Skip to content
Snippets Groups Projects
Commit 367b3afb authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

missing redraw

parent e3e3dd1b
Branches
Tags
No related merge requests found
...@@ -648,7 +648,6 @@ void graphicWindow::split(openglWindow *g, char how) ...@@ -648,7 +648,6 @@ void graphicWindow::split(openglWindow *g, char how)
g->resize(x1, y1, w1, h1); g->resize(x1, y1, w1, h1);
g2->resize(x2, y2, w2, h2); g2->resize(x2, y2, w2, h2);
} }
drawContext::global()->draw();
} }
void graphicWindow::setAnimButtons(int mode) void graphicWindow::setAnimButtons(int mode)
... ...
......
...@@ -242,6 +242,7 @@ static void file_window_cb(Fl_Widget *w, void *data) ...@@ -242,6 +242,7 @@ static void file_window_cb(Fl_Widget *w, void *data)
else if(str == "split_u"){ else if(str == "split_u"){
FlGui::instance()->splitCurrentOpenglWindow('u'); FlGui::instance()->splitCurrentOpenglWindow('u');
} }
drawContext::global()->draw();
} }
static int _save_msh(const char *name){ return mshFileDialog(name); } static int _save_msh(const char *name){ return mshFileDialog(name); }
... ...
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment