mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-24 08:28:35 -07:00
CURA-12660 This required a refactoring of the management of the active view. The previous behavior was that anyone could set the active view, depending on certain conditions. But now we also have a view that is set by a tool, so sometimes the actually set view would be incorrect. Now each Stage requests an active view, and each tool CAN also request an active view. Then the Controller decides which view should actually be active depending on the active stage and tool. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| plugin.json | ||
| PreviewMain.qml | ||
| PreviewMenu.qml | ||
| PreviewStage.py | ||