mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-01 06:41:06 -07:00
Fixed default button for general and view page
contributes to Ultimaker/Cura#245
This commit is contained in:
parent
87364f37a6
commit
4fb577b893
2 changed files with 7 additions and 1 deletions
|
|
@ -18,7 +18,9 @@ UM.PreferencesPage
|
|||
function reset()
|
||||
{
|
||||
UM.Preferences.resetPreference("view/show_overhang");
|
||||
UM.Preferences.resetPreferences("view/center_on_select");
|
||||
UM.Preferences.resetPreference("view/center_on_select");
|
||||
overhangCheckbox.checked = UM.Preferences.getValue("view/show_overhang")
|
||||
centerCheckbox.checked = UM.Preferences.getValue("view/center_on_select")
|
||||
}
|
||||
|
||||
GridLayout
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue