1
0
Fork 0

(svn r17889) -Feature: double click on a item in the refit list refits without the need to click on the refit button

release/1.0
rubidium 2009-10-27 19:21:42 +00:00
parent 09ee4f6764
commit 8a6ddc8706
1 changed files with 5 additions and 0 deletions

View File

@ -372,6 +372,11 @@ struct RefitWindow : public Window {
}
}
virtual void OnDoubleClick(Point pt, int widget)
{
if (widget == VRW_MATRIX) this->OnClick(pt, VRW_REFITBUTTON);
}
virtual void OnClick(Point pt, int widget)
{
switch (widget) {