Groups can now be collapsed and re-expanded.

(cherry picked from commit 9e8d5600557e2d115338a9b173f940065248ed27)
This commit is contained in:
keldorkatarn
2016-01-10 09:57:51 +01:00
committed by Jonathan G Rennison
parent 25bda8a417
commit 34304a130c
3 changed files with 55 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ enum GroupListWidgets {
WID_GL_CREATE_GROUP, ///< Create group button.
WID_GL_DELETE_GROUP, ///< Delete group button.
WID_GL_RENAME_GROUP, ///< Rename group button.
WID_GL_COLLAPSE_EXPAND_GROUP, ///< Collapse/expand group button.
WID_GL_REPLACE_PROTECTION, ///< Replace protection button.
};