View Single Post
Old 05-26-2016, 01:42 PM   #23
Youlean
Human being with feelings
 
Youlean's Avatar
 
Join Date: May 2015
Location: Serbia
Posts: 654
Default

Quote:
Originally Posted by random_id View Post
I just wanted to say that my graphics problem is fixed. Thanks for all the help.

So, your code changes IGraphics::Resize() by removing the following two lines
Code:
 ReleaseMouseCapture();
 mControls.Empty(true);
Just out of curiosity, what does the ReleaseMouseCapture() do that you needed to take it out?
No problem. Yes these are the changes. I am not deleting controls so mControls.Empty(true); must be deleted and ReleaseMouseCapture(); need to be deleted also because it is releasing mouse every time gui resizes and changing gui size by mouse dragging was not possible because of that.
Youlean is offline   Reply With Quote