More bugfix to the Gtk3 RawTherapee theme, see issue #3446

This commit is contained in:
Hombre
2016-10-22 02:13:50 +02:00
parent c2888d634f
commit b2af94ac74
5 changed files with 62 additions and 16 deletions

View File

@@ -741,7 +741,7 @@ void ThumbBrowserBase::on_style_updated ()
ThumbBrowserBase::Internal::Internal () : ofsX(0), ofsY(0), parent(NULL), dirty(true)
{
Glib::RefPtr<Gtk::StyleContext> style = get_style_context();
set_name("Thumbnail");
set_name("FileCatalog");
}
void ThumbBrowserBase::Internal::setParent (ThumbBrowserBase* p)