Why it have refresh problem when resize CDockablePane of Visual Studio 2012 in newest W10 system? Related to class CPaneDivider

  • Thread starter Thread starter MFC_Michael
  • Start date Start date
M

MFC_Michael

Guest
Hi All,

I have a refresh problem in newest W10 system. The system version is as follows(Version 1709, OS builder:16299.15):

1152267.jpg

Then I create a default multi-document project by MFC of Visual Studio 2012, the application will look as follows:

1152266.jpg

Following the picture to drag the slider, the result will be as follows:

1152269.jpg

Here we see the refresh is not correct, the previous shadow is still there.

For the code when to draw the shadow, following picture shows:

1152270.jpg

So is there any wrong by calling "dc.DrawDragRect"? Do you have any idea about how to change to fix the refresh problem if we overwrite the OnMouseMove function? Or is this a bug of W10 newest system so that we could not fix?

This problem only happen when use W10 newest verion 1709(builder 16299.15). Any suggestion is welcome.

Best regards,

Michael

Continue reading...
 
Back
Top