mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-08-22 22:04:00 -06:00
Painter: Create fix
git-svn-id: svn://ultimatepp.org/upp/trunk@12543 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
409fb36254
commit
994f37f67d
1 changed files with 2 additions and 0 deletions
|
|
@ -154,6 +154,8 @@ void BufferPainter::Create(ImageBuffer& ib, int mode_)
|
|||
mode = mode_;
|
||||
|
||||
rasterizer.Create(ib.GetWidth(), ib.GetHeight(), mode == MODE_SUBPIXEL);
|
||||
cojob.Clear();
|
||||
cofill.Clear();
|
||||
|
||||
render_cx = ib.GetWidth();
|
||||
if(mode == MODE_SUBPIXEL) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue