diff options
author | jcid <devnull@localhost> | 2008-02-04 23:10:18 +0100 |
---|---|---|
committer | jcid <devnull@localhost> | 2008-02-04 23:10:18 +0100 |
commit | cde6c1b6649e1c32fbb0f6d04cb4f6f2b1cac99e (patch) | |
tree | eba1b48ebaeaef34aaa86d006f372e31e265cc57 /src/plain.cc | |
parent | 17c2928d46ddc0fe713caef5a139d88ca8bcf087 (diff) |
!- testing: dramatic reduction of FltkViewBase::queueDrawTotal calls.
Diffstat (limited to 'src/plain.cc')
-rw-r--r-- | src/plain.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plain.cc b/src/plain.cc index 19ecdd3a..ea545f89 100644 --- a/src/plain.cc +++ b/src/plain.cc @@ -188,7 +188,7 @@ void DilloPlain::write(void *Buf, uint_t BufSize, int Eof) Start_Ofs += len; } - DW2TB(dw)->flush(); + DW2TB(dw)->flush(false); if (bw) a_UIcmd_set_page_prog(bw, Start_Ofs, 1); |