mirror of
https://github.com/libretro/scummvm.git
synced 2025-04-02 06:41:51 +00:00
Init _editMode
svn-id: r17482
This commit is contained in:
parent
240a6f7406
commit
0b5a407567
@ -31,6 +31,7 @@ ListWidget::ListWidget(GuiObject *boss, int x, int y, int w, int h)
|
||||
: EditableWidget(boss, x, y, w - kScrollBarWidth, h), CommandSender(boss) {
|
||||
_flags = WIDGET_ENABLED | WIDGET_CLEARBG | WIDGET_RETAIN_FOCUS | WIDGET_WANT_TICKLE;
|
||||
_type = kListWidget;
|
||||
_editMode = false;
|
||||
_numberingMode = kListNumberingOne;
|
||||
_entriesPerPage = (_h - 2) / kLineHeight;
|
||||
_currentPos = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user