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:
parent
ca1e74c843
commit
69be8004a7
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue