mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
Fix resizing problem in EDE_Browser, fix menu grabbing keyboard
shortcuts
This commit is contained in:
@@ -176,6 +176,10 @@ public:
|
||||
}
|
||||
Fl_Icon_Browser::hposition(x);
|
||||
}
|
||||
|
||||
// This is *really* needed :(
|
||||
int get_focus() { return lineno(selection()); }
|
||||
void set_focus(int row) { select(row,selected(row)); }
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user