mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 15:39:14 +08:00
No need to create view again upon showing warnings
It is now already done when initialization is completed. Contributes to issue CURA-4557.
This commit is contained in:
parent
15ad528aa5
commit
25e7cb457d
@ -102,9 +102,6 @@ class ModelChecker(QObject, Extension):
|
||||
|
||||
@pyqtSlot()
|
||||
def showWarnings(self):
|
||||
if not self._button_view:
|
||||
self._createView()
|
||||
|
||||
if self._has_warnings:
|
||||
self.self._caution_message.show()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user