Make sidebar view working for active stage

This commit is contained in:
ChrisTerBeke 2017-12-06 12:23:41 +01:00
parent 0e1c9146cf
commit a57a5aab6b
14 changed files with 605 additions and 812 deletions

View file

@ -366,8 +366,7 @@ UM.MainWindow
onStopMonitoringPrint: base.showPrintMonitor = false
}
Sidebar
{
Loader {
id: sidebar
anchors
@ -379,7 +378,8 @@ UM.MainWindow
width: UM.Theme.getSize("sidebar").width
z: 1
monitoringPrint: base.showPrintMonitor
sourceComponent: UM.Controller.activeStage.sidebarComponent
}
Rectangle