summaryrefslogtreecommitdiffstats
path: root/scene/gui/menu_bar.h
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-03-14 22:34:42 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-03-14 22:34:42 +0100
commit4ca6cd054f303cfec4da21d51fc25e13a43f3e98 (patch)
tree5f5badc43cdb29fc9599dd675e8b6165dee697f4 /scene/gui/menu_bar.h
parent453485aede521b3c6d2d960bad94acc2eb90f177 (diff)
parentac7583e4498598281e4372d69d7aab10d90aeacb (diff)
downloadredot-engine-4ca6cd054f303cfec4da21d51fc25e13a43f3e98.tar.gz
Merge pull request #89273 from bruvzg/win_native_menu
[NativeMenu] Implement native popup menu support on Windows.
Diffstat (limited to 'scene/gui/menu_bar.h')
-rw-r--r--scene/gui/menu_bar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/menu_bar.h b/scene/gui/menu_bar.h
index 962eea593f..631b791e1b 100644
--- a/scene/gui/menu_bar.h
+++ b/scene/gui/menu_bar.h
@@ -41,7 +41,7 @@ class MenuBar : public Control {
bool switch_on_hover = true;
bool disable_shortcuts = false;
- bool is_native = true;
+ bool prefer_native = true;
bool flat = false;
int start_index = -1;