Skip to content
Snippets Groups Projects
Commit 51472ff1 authored by Ivica Bukvic's avatar Ivica Bukvic
Browse files

further refined mechanism for opening invisible embedded dirty abstractions...

parent 154faa00
No related branches found
No related tags found
No related merge requests found
...@@ -878,7 +878,6 @@ void glist_menu_open(t_glist *x) ...@@ -878,7 +878,6 @@ void glist_menu_open(t_glist *x)
} else { } else {
if (x->gl_editor) if (x->gl_editor)
canvas_destroy_editor(x); canvas_destroy_editor(x);
x->gl_havewindow = 1;
} }
canvas_vis(x, 1); canvas_vis(x, 1);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment