Commit 3da6e8f4 authored by Christoffer Ackelman's avatar Christoffer Ackelman Committed by Esteban Blanc

QT: The create project wizard no longer opens a navigation window.

parent 69ea5270
......@@ -264,7 +264,7 @@ Ge* WNavQt::ge_new(char* graph_name, int nojournal)
WGe* WNavQt::wge_new(char* name, char* filename, char* object_name, int modal)
{
return new WGeQt(this, name, filename, 0, 1, 1, 0, 0, 0, 0, object_name,
return new WGeQt(this, name, filename, 0, 0, 0, 0, 0, 0, 0, object_name,
modal);
}
......
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