mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-11-27 21:01:11 -07:00
Merge branch 'ui_rework_4_0' into CURA-5941_restyle_setting_dropdown
This commit is contained in:
commit
07d58c3aef
64 changed files with 726 additions and 1081 deletions
|
|
@ -18,7 +18,7 @@ Cura.ExpandablePopup
|
|||
|
||||
property var activeView:
|
||||
{
|
||||
for (var i = 0; i < viewModel.rowCount(); i++)
|
||||
for (var i = 0; i < viewModel.count; i++)
|
||||
{
|
||||
if (viewModel.items[i].active)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue