Cleanup for last commit

This commit is contained in:
heckflosse
2017-06-25 21:42:43 +02:00
parent e4c75c4d38
commit ebbb44c3f5
4 changed files with 1 additions and 26 deletions

View File

@@ -61,7 +61,7 @@ void ThumbBrowserEntryBase::updateBackBuffer ()
backBuffer.reset();
}
if (!backBuffer) {
backBuffer = Glib::RefPtr<BackBuffer> ( new BackBuffer (exp_width, exp_height, Cairo::FORMAT_RGB24) );
backBuffer = Glib::RefPtr<BackBuffer>(new BackBuffer(exp_width, exp_height));
}
// If thumbnail is hidden by a filter, drawing to it will crash