Skip to content
Snippets Groups Projects
Commit 7679e3c2 authored by deuce's avatar deuce
Browse files

Fix bug with a redraw after the graphics selector is dispalyed.

parent fd729550
No related branches found
No related tags found
No related merge requests found
......@@ -451,6 +451,7 @@ function draw_graphic_box()
function erase_graphic_box()
{
draw_line(topline+graphics_box_displayed-edit_top);
graphics_box_displayed=0;
}
function get_graphic()
......
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