+ fixes #0001670: Orthographic projection: scale/position is empty when unchecking 'Auto scale/position'

This commit is contained in:
wmayer 2014-12-30 19:14:07 +01:00
parent c231866b8d
commit 2c53bd1e9a

View File

@ -1140,6 +1140,7 @@ void TaskOrthoViews::toggle_auto(int i)
for (int j = 0; j < 5; j++)
inputs[j]->setEnabled(true); //enable user input boxes
set_configs();
}
}