Fixed: Scroll bar losing position when group window is minimized

fix-media-player
Nimetu 5 years ago committed by Ulukyn
parent 8f3aaee987
commit 1f736fc347

@ -45,7 +45,7 @@ namespace NLGUI
_Aligned = 1; _Aligned = 1;
_TrackPos = 0; _TrackPos = 0;
_TrackDispPos = 0; _TrackDispPos = 0;
_TrackSize = _TrackSizeMin = 16; _TrackSize = _TrackSizeMin = 8;
_Min = 0; _Min = 0;
_Max = 100; _Max = 100;
_Value = 0; _Value = 0;

Loading…
Cancel
Save