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