mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
bug fix from Vincent.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27103 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
1104cd200c
commit
05168225c4
@ -48,8 +48,8 @@ MetricsInfo::MetricsInfo(BufferView * bv, FontInfo const & font, int textwidth,
|
||||
|
||||
|
||||
PainterInfo::PainterInfo(BufferView * bv, lyx::frontend::Painter & painter)
|
||||
: pain(painter), ltr_pos(false), erased_(false), full_repaint(true),
|
||||
background_color(Color_background)
|
||||
: pain(painter), ltr_pos(false), erased_(false), selected(false),
|
||||
full_repaint(true), background_color(Color_background)
|
||||
{
|
||||
base.bv = bv;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user