Complement bugfix of issue 2990: "Memory leak when using Gtk+-3.18.2",

on behalf of adamreichold
This commit is contained in:
Hombre
2015-11-29 14:09:32 +01:00
parent 6d447f7e02
commit 9cac516219

View File

@@ -285,6 +285,8 @@ void ThumbBrowserEntryBase::updateBackBuffer ()
} }
} }
} }
backBuffer->setDirty(false);
} }
void ThumbBrowserEntryBase::getTextSizes (int& infow, int& infoh) void ThumbBrowserEntryBase::getTextSizes (int& infow, int& infoh)