menue.cpp/h: re add SUB_HEAD option with some samples inside test menu

This commit is contained in:
2019-04-03 15:35:29 +02:00
parent eceefe6f27
commit 8eb418617b
3 changed files with 28 additions and 4 deletions

View File

@@ -230,7 +230,7 @@ class CMenuSeparator : public CMenuItem
ALIGN_CENTER = 4,
ALIGN_LEFT = 8,
ALIGN_RIGHT = 16,
SUB_HEAD = 0 //32 deprecated and invalid, only here for compatibility //TODO: remove global
SUB_HEAD = 32 // description "SUB_HEAD" seems is misleading
};