summaryrefslogtreecommitdiff
path: root/src/editor/editor_menubar.cpp
diff options
context:
space:
mode:
author2lag <96544487+2lag@users.noreply.github.com>2026-08-10 19:35:23 +0200
committer2lag <96544487+2lag@users.noreply.github.com>2026-08-10 19:35:23 +0200
commit02f118d025a75f60b33cfee6bd8cd8d45ece2c07 (patch)
tree56fc04bf0c926c62eeb18574186f6e3aef6bbf11 /src/editor/editor_menubar.cpp
parent2973df584978d9aae6f164ce0204179c8a28b3ae (diff)
fix the gay
Diffstat (limited to 'src/editor/editor_menubar.cpp')
-rw-r--r--src/editor/editor_menubar.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor/editor_menubar.cpp b/src/editor/editor_menubar.cpp
index 2b2a155..0a6f661 100644
--- a/src/editor/editor_menubar.cpp
+++ b/src/editor/editor_menubar.cpp
@@ -45,7 +45,7 @@ void editor_toolbar_close_menu() {
if( tb )
tb->active_root = -1;
- gui_hide_contextmenu( editor->gui.contextmenu );
+ gui_contextmenu_hide( editor->gui.contextmenu );
}
void editor_set_view_mode( I32 mode ) {