mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX: Revert uniform scale modify
Revert "ENH: save uniform scale to an app_config item" Revert "ENH: do uniform scale if uniform_scale is true" Change-Id: I069baecec143e77d796247f29cd5478b877971fb (cherry picked from commit c7cf95cf5c365f314a53fead6612fac84a0a5f71)
This commit is contained in:
parent
24778543e2
commit
92c6f85586
4 changed files with 0 additions and 21 deletions
|
@ -303,10 +303,6 @@ void AppConfig::set_defaults()
|
|||
}
|
||||
#endif
|
||||
|
||||
if (get("uniform_scale").empty()) {
|
||||
set("uniform_scale", "1");
|
||||
}
|
||||
|
||||
// Remove legacy window positions/sizes
|
||||
erase("app", "main_frame_maximized");
|
||||
erase("app", "main_frame_pos");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue