You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the display window is resized, a WM_USER_DISPLAYWINDOWRESIZED
message is sent to the parent. This message contains the updated
width/height of the display window.
With the way the updated width and height are calculated, it's possible
for the values to be negative. This was causing problems because the
values would be interpreted as unsigned on the receiving end and so a
negative value would be reinterpreted as a different positive value.
To fix this, the values are now clamped before they're sent so that
they're in the positive range. That is, the minimum value that will be
sent is 0.
This fixes#233.
(cherry picked from commit 7710749)
v1.4.0.1637
View-Display Window (blue window info at botton)
When you resize this panel to minimum...
it malfunctions and cover all the files area...
The text was updated successfully, but these errors were encountered: