You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When changing the file_mode of FileDialog from "Open File" to "Save File" via code the "Save" button keeps disabled until a file or folder is selected if the "Open" button was disabled before.
Basically the button activity has to be updated when file_mode is changed. I have made the change already but the last time I opened an PR without an issue some people requested I open one. So here you are!
Steps to reproduce
Open the MRP and start it
click anywere to open the dialog
after 10 seconds the dialog changes file_mode
if the button is disabled before the change it is as well after it
Godot version
v4.1.stable.official [9704596]
System information
Windows 10
Issue description
When changing the
file_mode
ofFileDialog
from "Open File" to "Save File" via code the "Save" button keeps disabled until a file or folder is selected if the "Open" button was disabled before.Basically the button activity has to be updated when
file_mode
is changed. I have made the change already but the last time I opened an PR without an issue some people requested I open one. So here you are!Steps to reproduce
Minimal reproduction project
file_dialogue_test.zip
The text was updated successfully, but these errors were encountered: