Disable ui while combo is selected

This commit is contained in:
luboslenco
2022-12-13 13:14:32 +01:00
parent 8b1fdbdd7e
commit c38330e500
+1 -1
View File
@@ -621,7 +621,7 @@ class App {
}
var usingMenu = UIMenu.show && mouse.y > UIHeader.inst.headerh;
uiEnabled = !UIBox.show && !usingMenu;
uiEnabled = !UIBox.show && !usingMenu && !isComboSelected();
if (UIBox.show) UIBox.render(g);
if (UIMenu.show) UIMenu.render(g);