Skip to content

Conversation

TrialDragon
Copy link
Contributor

Add a call to _update_ok_button when files are selected.

It appears that the line edit text changed signal is not detecting the changes to the path edit or name edit nodes text values via code. As such _update_ok_button was not getting called when expected leading to the ok button being disabled when a valid path is inputted.

Adding a call to _update_ok_button when a file is selected means it will check if confirmation should be allowed when expected.

Fixes #25

Add a call to _update_ok_button when files are selected.

It appears that the line edit text changed signal was not detecting the
changes to the path edit or name edit nodes text vales. As such
_update_ok_button was not getting called when expected leading to the
ok button being disabled when a valid path is inputted.

Adding a call to _update_ok_button when a file is selected means it will
check if confirmation should be allowed when expected.
@MakovWait MakovWait merged commit 367aaab into MakovWait:main Oct 11, 2023
@MakovWait
Copy link
Owner

Thanks!!

@TrialDragon TrialDragon deleted the 25_ok_button_bug branch October 11, 2023 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

The import editor ok button cannot be clicked! why is that?
2 participants