Commit a0454f9e authored by Christoffer Ackelman's avatar Christoffer Ackelman Committed by Esteban Blanc

QT: Fixed error when opening a GE subgraph a second time.

parent 9213be75
......@@ -144,11 +144,6 @@ void* GeQt::create_list(const char* title, const char* texts,
void GeQt::subgraphs_new()
{
int sts;
if (subgraphs_widget) {
subgraphs_widget->close();
}
subgraphs = new SubGraphsQt(this, "SubGraphs", (void*)graph->grow->ctx,
&subgraphs_widget, &sts);
subgraphs->message_cb = &Ge::message_cb;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment