Pass Cairo context down to child elements instead of recreating it.
This commit is contained in:
@@ -917,7 +917,7 @@ bool ThumbBrowserBase::Internal::on_draw(const ::Cairo::RefPtr< Cairo::Context>
|
||||
parent->fd[i]->updatepriority = false;
|
||||
} else {
|
||||
parent->fd[i]->updatepriority = true;
|
||||
parent->fd[i]->draw ();
|
||||
parent->fd[i]->draw (cr);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user