jiayouxjh / grafx2

Automatically exported from code.google.com/p/grafx2
0 stars 0 forks source link

Make file selectors handle double-click #376

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
In the window for Save/Load, clicking an unselected line selects it, and 
clicking a selected line "activates" it : It performs the loading or saving, or 
changes the working directory.
Historically, this was for simplicity's sake. But it's unusual UI behavior, we 
should change it so the activation takes place only after a real double-click, 
ie. when the user clicks the mouse twice without moving, with a short interval 
in-between. We already have a setting for the double click delay, it's used for 
double-clicking the menu's palette.

I think only the file selector is affected so far; but it would be nice to 
implement double-clicking in the Lua factory screen as well.

Original issue reported on code.google.com by yrizoud on 24 Aug 2010 at 6:45