mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-02 20:52:20 -07:00
User pyqtProperty instead of puqtSlot
CURA-4333
This commit is contained in:
parent
16bd4430e4
commit
7f5aed7ead
3 changed files with 50 additions and 149 deletions
|
|
@ -413,10 +413,6 @@ class CuraApplication(QtApplication):
|
|||
|
||||
global_stack.getTop().clear()
|
||||
|
||||
# event handler for SidebarSimple, which will update sliders view visibility (like:sliders..)
|
||||
if str(Preferences.getInstance().getValue("cura/active_mode")) == '0':
|
||||
self.getMachineManager().hasUserCustomSettings()
|
||||
|
||||
@pyqtSlot(int)
|
||||
def messageBoxClosed(self, button):
|
||||
if self._message_box_callback:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue