Fixed create profile from settings not working

This commit is contained in:
Jaime van Kessel 2016-12-15 17:18:08 +01:00
parent 2e894477c8
commit 6baff7bbb2

View file

@ -533,9 +533,9 @@ UM.MainWindow
target: Cura.Actions.addProfile
onTriggered:
{
preferences.setPage(4);
preferences.show();
preferences.show();
preferences.setPage(4);
// Create a new profile after a very short delay so the preference page has time to initiate
createProfileTimer.start();
}