mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-15 02:37:49 -06:00
CURA-5035 Fixed selection header
This commit is contained in:
parent
f2301eec31
commit
236e2db47e
14 changed files with 29 additions and 29 deletions
|
@ -9,7 +9,6 @@ import UM 1.1 as UM
|
|||
|
||||
Item
|
||||
{
|
||||
id: base
|
||||
height: childrenRect.height
|
||||
Layout.alignment: Qt.AlignTop | Qt.AlignLeft
|
||||
Rectangle
|
||||
|
@ -88,7 +87,7 @@ Item
|
|||
}
|
||||
onClicked:
|
||||
{
|
||||
toolbox.viewSelection = model
|
||||
base.selection = model
|
||||
switch(toolbox.viewCategory)
|
||||
{
|
||||
case "material":
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue