mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 13:03:59 -06:00
Prevent wizard pages from closing when they are "accepted" by pressing return.
Also removes some code replication in wizard pages. CURA-1354
This commit is contained in:
parent
134867f833
commit
cde23edfed
4 changed files with 5 additions and 49 deletions
|
@ -114,9 +114,7 @@ Item
|
|||
anchors.leftMargin: parent.width < wizardPage.width ? UM.Theme.getSize("default_margin").width : 0
|
||||
//enabled: !alreadyTested
|
||||
text: catalog.i18nc("@action:button","Skip Printer Check");
|
||||
onClicked: {
|
||||
base.currentPage += 1
|
||||
}
|
||||
onClicked: base.nextPage()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue