paysages: Fixed previews for win32.

git-svn-id: https://subversion.assembla.com/svn/thunderk/paysages@301 b1fd45b6-86a6-48da-8261-f70d1f35bdcc
This commit is contained in:
Michaël Lemaire 2012-04-16 20:51:00 +00:00 committed by ThunderK
parent ca1e74c843
commit 69be8004a7

View file

@ -156,6 +156,8 @@ void BasePreview::handleRedraw()
painter.setOpacity(0.99); painter.setOpacity(0.99);
painter.drawImage(0, 0, part); painter.drawImage(0, 0, part);
need_render = true;
lock_drawing->unlock(); lock_drawing->unlock();
} }