mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-27 05:32:45 +00:00
GRAPHICS: MACGUI: init the scrollSize and scrollPos at constructor
This commit is contained in:
parent
fa4aaa7608
commit
90b2c02f27
@ -52,6 +52,9 @@ MacWindowBorder::MacWindowBorder() {
|
||||
_borderOffsets.titleTop = -1;
|
||||
_borderOffsets.titleBottom = -1;
|
||||
_borderOffsets.dark = false;
|
||||
|
||||
_scrollSize = -1;
|
||||
_scrollPos = 0;
|
||||
}
|
||||
|
||||
MacWindowBorder::~MacWindowBorder() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user