properly hide configurable event ui

This commit is contained in:
garak
2022-09-27 22:39:27 -04:00
parent 679f2419b7
commit 8ac556c0de
2 changed files with 30 additions and 18 deletions

View File

@@ -218,6 +218,8 @@ public:
virtual void populate(Project *project) override;
public:
QFrame *hideable_quantity;
QFrame *hideable_itemfinder;
NoScrollComboBox *combo_item;
NoScrollComboBox *combo_flag;
NoScrollSpinBox *spinner_quantity;
@@ -263,6 +265,8 @@ public:
virtual void populate(Project *project) override;
public:
QFrame *hideable_respawn_map;
QFrame *hideable_respawn_npc;
NoScrollComboBox *combo_respawn_map;
NoScrollSpinBox *spinner_respawn_npc;