Skip to content

Commit 1233386

Browse files
authored
Fix merge
1 parent eaadeb6 commit 1233386

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/matplotlib/backends/qt_editor/_formlayout.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -537,8 +537,7 @@ def fedit(data, title="", comment="", icon=None, parent=None, apply=None):
537537
parent._fedit_dialog.close()
538538
parent._fedit_dialog = dialog
539539

540-
if qt_compat._exec(dialog):
541-
return dialog.get()
540+
dialog.show()
542541

543542

544543
if __name__ == "__main__":

0 commit comments

Comments
 (0)