Commit d6917344 authored by Claes Sjofors's avatar Claes Sjofors

Xtt command 'open navigator' added, and /object added to command 'set subwindow'

parent ef10411d
...@@ -123,7 +123,7 @@ int WGe::set_folder_index( char *name, int idx) ...@@ -123,7 +123,7 @@ int WGe::set_folder_index( char *name, int idx)
int WGe::set_subwindow_source( char *name, char *source, int modal) int WGe::set_subwindow_source( char *name, char *source, int modal)
{ {
return graph->set_subwindow_source( name, source); return graph->set_subwindow_source( name, source, 0);
} }
void WGe::set_subwindow_release() void WGe::set_subwindow_release()
......
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