Add missing itemscope and menuscope sequences

This commit is contained in:
Jan
2021-11-25 19:22:14 +01:00
parent 82cda64a44
commit 5b087e0d31
3 changed files with 131 additions and 88 deletions

View File

@ -24,6 +24,7 @@ namespace menu
CommonColor m_fore_color;
CommonColor m_border_color;
CommonColor m_focus_color;
CommonColor m_outline_color;
std::string m_background;
int m_owner_draw;
int m_owner_draw_flags;