This commit is contained in:
sonicx 2017-02-10 13:40:20 +01:00
parent e2f5fe67d1
commit 4101ff23db
1 changed files with 1 additions and 0 deletions

View File

@ -455,6 +455,7 @@ private:
std::string focused_fieldname;
GUITable::TableOptions table_options;
GUITable::TableColumns table_columns;
UNORDERED_MAP<std::string,std::wstring> editbox_dyndata;
// used to restore table selection/scroll/treeview state
UNORDERED_MAP<std::string, GUITable::DynamicData> table_dyndata;
} parserData;