Pass Cairo context down to child elements instead of recreating it.
This commit is contained in:
@@ -70,7 +70,7 @@ public:
|
||||
|
||||
FileBrowserEntry (Thumbnail* thm, const Glib::ustring& fname);
|
||||
~FileBrowserEntry ();
|
||||
void draw ();
|
||||
void draw (Cairo::RefPtr<Cairo::Context> cc);
|
||||
|
||||
void setImageAreaToolListener (ImageAreaToolListener* l)
|
||||
{
|
||||
|
Reference in New Issue
Block a user