mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
don't redraw excessivly (Bug spotted by Lars)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7278 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
09378fd7c1
commit
9f24c7105a
@ -2296,7 +2296,7 @@ bool LyXText::needRefresh() const
|
||||
|
||||
void LyXText::clearPaint()
|
||||
{
|
||||
need_refresh_ = true;
|
||||
need_refresh_ = false;
|
||||
refresh_row = rows().end();
|
||||
refresh_y = 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user