diff options
| author | 2lag <96544487+2lag@users.noreply.github.com> | 2026-08-10 19:35:23 +0200 |
|---|---|---|
| committer | 2lag <96544487+2lag@users.noreply.github.com> | 2026-08-10 19:35:23 +0200 |
| commit | 02f118d025a75f60b33cfee6bd8cd8d45ece2c07 (patch) | |
| tree | 56fc04bf0c926c62eeb18574186f6e3aef6bbf11 /src/editor | |
| parent | 2973df584978d9aae6f164ce0204179c8a28b3ae (diff) | |
fix the gay
Diffstat (limited to 'src/editor')
| -rw-r--r-- | src/editor/editor_menubar.cpp | 2 |
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 ) { |
