Range select dialog does not handle enter key properly
A git GUI viewer built on Qt/C++
Brought to you by:
mcostalba
Running debian squeeze + gnome, qgit 2.3 installed from default debian packages
When i start up qgit, it pops up the main window, and over that it pops the range select dialog. The default focused field is Bottom. If I press enter, it just selects another option in that field, instead of closing the dialog (like pressing the OK button at the bottom).
This is a user interface issue, the OK button should be grabbing the Enter key somehow. This happens in linux(+gnome) but on windows it works as it should.
Haven't tested in a KDE environment though.