mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-11 08:29:03 +08: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
@ -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;
|
||||
|
@ -10,7 +10,8 @@ def getMetaData():
|
||||
return {
|
||||
"view": {
|
||||
"name": i18n_catalog.i18nc("@item:inmenu", "Solid view"),
|
||||
"weight": 0
|
||||
"weight": 0,
|
||||
"visible": False
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user