+ fixes #0001670: Orthographic projection: scale/position is empty when unchecking 'Auto scale/position'
This commit is contained in:
parent
c231866b8d
commit
2c53bd1e9a
|
@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user