Default auto scale design to true

Branch_2.1.x
Nathan Crawford 2015-04-16 23:25:19 -04:00
rodzic a5f7f8e14a
commit 2f4b84e0e8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -311,7 +311,7 @@ namespace embroideryReader
{
get
{
return settings.getValue(SETTING_AUTOSCALE_DESIGN, false);
return settings.getValue(SETTING_AUTOSCALE_DESIGN, true);
}
set
{