Save As dialog does not commit on pressing Return
Modernized fork of NEdit, with unicode support and AA text rendering
Brought to you by:
pyrphoros
When pressing the Return key in a "Save As" dialog, the button "Save" triggers but nothing further happens. The file is not saved and the dialog keeps open. You need to click on the button with the mouse.
Besides this bug it would be useful if the initial focus of the dialog is in the "New File Name" input.
Both issues refer to the non-Motif dialog only.
Maybe the Code in util/filedialog.c, line 2010 should read
instead of
Thanks for the bug report. I fixed the return key and also changed the default focus to the file name textfield.