mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-19 04:37:51 -06:00
Apply suggestions from code review
CURA-7440 Co-authored-by: Konstantinos Karmas <konskarm@gmail.com>
This commit is contained in:
parent
d801f9838a
commit
a46bf8d6fa
3 changed files with 4 additions and 3 deletions
|
@ -35,4 +35,5 @@ class ArrangeObjectsJob(Job):
|
|||
no_full_solution_message = Message(i18n_catalog.i18nc("@info:status", "Unable to find a location within the build volume for all objects"),
|
||||
title = i18n_catalog.i18nc("@info:title", "Can't Find Location"))
|
||||
no_full_solution_message.show()
|
||||
self.finished.emit(self)
|
||||
self.finished.emit(self)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue