Ensure popup menu redraws items when shortcuts update.

This commit is contained in:
Eric M
2022-09-26 23:21:04 +10:00
parent 581db8b4e6
commit af438ae742
2 changed files with 11 additions and 2 deletions

View File

@ -121,6 +121,8 @@ class PopupMenu : public Popup {
void _ref_shortcut(Ref<Shortcut> p_sc);
void _unref_shortcut(Ref<Shortcut> p_sc);
void _shortcut_changed();
bool allow_search = true;
uint64_t search_time_msec = 0;
String search_string = "";