mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 14:37:29 -06: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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue