mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-13 09:47:50 -06:00
Fix The toolbox license dialog
CURA-6983
This commit is contained in:
parent
317061029c
commit
88d210d12d
7 changed files with 35 additions and 32 deletions
|
@ -40,7 +40,7 @@ class LicenseModel(QObject):
|
|||
self._license_text = license_text
|
||||
self.licenseTextChanged.emit()
|
||||
|
||||
def setCurrentPageNumber(self, idx: int) -> None:
|
||||
def setCurrentPageIdx(self, idx: int) -> None:
|
||||
self._current_page_idx = idx
|
||||
self._updateDialogTitle()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue