mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-12-02 15:21:15 -07:00
Set SolidView to invisible.
Since we don't have a selector in the prepare stage anymore, solidview must be invisible CURA-5829
This commit is contained in:
parent
cfa962311b
commit
d8dd9bf363
2 changed files with 2 additions and 2 deletions
|
|
@ -50,7 +50,6 @@ Item
|
|||
{
|
||||
for (var i = 0; i < model.rowCount(); i++)
|
||||
{
|
||||
print(model.getItem(i).active)
|
||||
if (model.getItem(i).active)
|
||||
{
|
||||
return i;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue