Disable Export Button during Composite applying shader, implements #31
This commit is contained in:
parent
fd16d2a8df
commit
71394edbf1
2 changed files with 6 additions and 0 deletions
|
@ -134,6 +134,7 @@ offset_bottom = 32.0
|
|||
text = "Save As"
|
||||
|
||||
[node name="SaveImageButton" type="Button" parent="Editor"]
|
||||
unique_name_in_owner = true
|
||||
layout_mode = 1
|
||||
anchors_preset = 1
|
||||
anchor_left = 1.0
|
||||
|
@ -141,6 +142,7 @@ anchor_right = 1.0
|
|||
offset_left = -72.0
|
||||
offset_bottom = 32.0
|
||||
grow_horizontal = 0
|
||||
disabled = true
|
||||
text = "Export"
|
||||
|
||||
[node name="FitImageButton" type="Button" parent="Editor"]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue