mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-08 07:27:29 -06:00
Visibility of processing message is now correct when switching between views.
CURA-971
This commit is contained in:
parent
636d6af2de
commit
00dcf339c8
1 changed files with 1 additions and 0 deletions
|
@ -151,6 +151,7 @@ class ProcessSlicedObjectListJob(Job):
|
||||||
if Application.getInstance().getController().getActiveView().getPluginId() == "LayerView":
|
if Application.getInstance().getController().getActiveView().getPluginId() == "LayerView":
|
||||||
if not self._progress:
|
if not self._progress:
|
||||||
self._progress = Message(catalog.i18nc("@info:status", "Processing Layers"), 0, False, 0)
|
self._progress = Message(catalog.i18nc("@info:status", "Processing Layers"), 0, False, 0)
|
||||||
|
if self._progress.getProgress() != 100:
|
||||||
self._progress.show()
|
self._progress.show()
|
||||||
else:
|
else:
|
||||||
if self._progress:
|
if self._progress:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue