Handle gone TabContainer popup nicely

This commit is contained in:
Pedro J. Estébanez 2020-06-24 19:14:20 +02:00
parent 4c0b077faa
commit b5e44a123c
2 changed files with 21 additions and 4 deletions

View file

@ -57,7 +57,7 @@ private:
TabAlign align;
Control *_get_tab(int p_idx) const;
int _get_top_margin() const;
Popup *popup;
mutable ObjectID popup_obj_id;
bool drag_to_rearrange_enabled;
bool use_hidden_tabs_for_min_size;
int tabs_rearrange_group;