summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorThomas Holder <thomas@thomas-holder.de>2019-06-22 15:45:56 +0000
committerThomas Holder <thomas@thomas-holder.de>2019-06-22 15:45:56 +0000
commit56bea39a0a0caf49c68cffe26b41ffa6eac0de68 (patch)
treed996cbe79569935aafcc35d22487a89d82bf0dc0 /src
parentSync the extensions up to the latest fixes (21st June 2019) (diff)
downloadinkscape-56bea39a0a0caf49c68cffe26b41ffa6eac0de68.tar.gz
inkscape-56bea39a0a0caf49c68cffe26b41ffa6eac0de68.zip
fix inbox#537 macOS Window menu
Diffstat (limited to 'src')
-rw-r--r--src/widgets/desktop-widget.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/desktop-widget.cpp b/src/widgets/desktop-widget.cpp
index 8bf236972..f228e3ecc 100644
--- a/src/widgets/desktop-widget.cpp
+++ b/src/widgets/desktop-widget.cpp
@@ -930,6 +930,7 @@ sp_desktop_widget_realize (GtkWidget *widget)
menushell->set_parent(*window);
gtkosx_application_set_menu_bar(osxapp, menushell->gobj());
gtkosx_application_set_use_quartz_accelerators(osxapp, false);
+ gtkosx_application_set_window_menu(osxapp, nullptr);
}
#endif
}