mirror of
https://github.com/Ultimaker/Cura.git
synced 2026-02-18 02:12:15 -07:00
Fix display not updating when changing tool
Some checks failed
conan-package / conan-package (push) Waiting to run
unit-test / Run unit tests (push) Waiting to run
conan-package-resources / conan-package (push) Has been cancelled
printer-linter-format / Printer linter auto format (push) Has been cancelled
conan-package-resources / signal-curator (push) Has been cancelled
Some checks failed
conan-package / conan-package (push) Waiting to run
unit-test / Run unit tests (push) Waiting to run
conan-package-resources / conan-package (push) Has been cancelled
printer-linter-format / Printer linter auto format (push) Has been cancelled
conan-package-resources / signal-curator (push) Has been cancelled
CURA-12660 Previous fix caused issues when moving to preview
This commit is contained in:
parent
310128d87e
commit
2e8cc4da82
1 changed files with 1 additions and 0 deletions
|
|
@ -189,6 +189,7 @@ class PaintView(View):
|
|||
|
||||
def setPaintType(self, paint_type: str) -> None:
|
||||
self._current_paint_type = paint_type
|
||||
self._prepareDataMapping()
|
||||
|
||||
def _prepareDataMapping(self):
|
||||
node = Selection.getAllSelectedObjects()[0]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue