Ported Fabios batch queue refresh fix

This commit is contained in:
Oliver Duis
2011-05-15 06:48:43 +02:00
parent 86a826359e
commit 90421820a3
4 changed files with 11 additions and 12 deletions

View File

@@ -119,7 +119,7 @@ class ThumbBrowserBase : public Gtk::VBox {
virtual bool keyPressed (GdkEventKey* event) {return true;}
virtual void selectionChanged () {}
virtual void redrawNeeded (ThumbBrowserEntryBase* entry) {}
virtual void redrawNeeded (ThumbBrowserEntryBase* entry);
virtual void thumbRearrangementNeeded () {}
Gtk::Widget* getDrawingArea () { return &internal; }