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
- void setAutoHideList(bool autoHide); - Manually control whether to close the list
386
+
387
+
MyGUI_InputManager:
388
+
- Changed double click threshold from 0.25 seconds to 0.5 seconds. Else it was often not possible to trigger an double click, but two times a single click has been triggered.
389
+
390
+
MyGUI_ListBox:
391
+
- set/getItemHeight
392
+
393
+
MyGUI_ScrollBar:
394
+
- Fixed mouse release: Additional Rising mouse release, so that it also can be used outside this scrollbar.
395
+
396
+
MyGUI_Widget:
397
+
- Added x, y pixel threshold, because else lost focus is triggered in each input field to early and its not possible to adapt values properly
398
+
- Usage: void Widget::setMouseHitThreshold(int xLeftThreshold, int xRightThreshold, int yLeftThreshold, int yRightThreshold)
0 commit comments