Sync with GIT
This commit is contained in:
@@ -106,7 +106,7 @@ class ThumbBrowserBase : public Gtk::VBox {
|
||||
virtual bool checkFilter (ThumbBrowserEntryBase* entry) { return true; }
|
||||
virtual void rightClicked (ThumbBrowserEntryBase* entry) {}
|
||||
virtual void doubleClicked (ThumbBrowserEntryBase* entry) {}
|
||||
virtual bool keyPressed (GdkEventKey* event) {}
|
||||
virtual bool keyPressed (GdkEventKey* event) {return true;}
|
||||
virtual void selectionChanged () {}
|
||||
|
||||
virtual void redrawNeeded (ThumbBrowserEntryBase* entry) {}
|
||||
|
Reference in New Issue
Block a user