re-activate DAG view
This commit is contained in:
@@ -474,7 +474,7 @@ MainWindow::MainWindow(QWidget * parent, Qt::WindowFlags f)
|
||||
}
|
||||
|
||||
//TODO: Add external object support for DAGView
|
||||
#if 0
|
||||
#if 1
|
||||
//Dag View.
|
||||
if (hiddenDockWindows.find("Std_DAGView") == std::string::npos) {
|
||||
//work through parameter.
|
||||
|
||||
@@ -704,7 +704,7 @@ DockWindowItems* StdWorkbench::setupDockWindows() const
|
||||
|
||||
//Dagview through parameter.
|
||||
ParameterGrp::handle group = App::GetApplication().GetUserParameter().
|
||||
GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("DAGView");
|
||||
GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("DockWindows")->GetGroup("DAGView");
|
||||
|
||||
bool enabled = group->GetBool("Enabled", false);
|
||||
if (enabled)
|
||||
|
||||
Reference in New Issue
Block a user