mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-06 22:47:29 -06:00
Added scroll bar to per object panel
If there are too many per object settings a scrollbar is now displayed CURA-2131
This commit is contained in:
parent
7138fd6ef4
commit
ea324eadc0
2 changed files with 94 additions and 87 deletions
|
@ -195,7 +195,7 @@ class CuraEngineBackend(Backend):
|
|||
self.slicingCancelled.emit()
|
||||
self.processingProgress.emit(0)
|
||||
Logger.log("d", "Attempting to kill the engine process")
|
||||
self._createSocket() # Ensure that we have a fresh socket.
|
||||
self._createSocket() # Ensure that we have a fresh socket.
|
||||
if Application.getInstance().getCommandLineOption("external-backend", False):
|
||||
return
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue