mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
initialize correctly multiparsel_cache_ (may fix bug 2630); fix warning about initialization order
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@14264 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
21f1b19b2e
commit
9bf01f2b34
@ -138,9 +138,9 @@ T * getInsetByCode(LCursor & cur, InsetBase::Code code)
|
|||||||
|
|
||||||
|
|
||||||
BufferView::Pimpl::Pimpl(BufferView & bv, LyXView * owner, WorkArea * workArea)
|
BufferView::Pimpl::Pimpl(BufferView & bv, LyXView * owner, WorkArea * workArea)
|
||||||
: bv_(&bv), owner_(owner), workArea_(workArea), buffer_(0), wh_(0), cursor_timeout(400),
|
: bv_(&bv), owner_(owner), buffer_(0), wh_(0), cursor_timeout(400),
|
||||||
using_xterm_cursor(false), cursor_(bv),
|
using_xterm_cursor(false), workArea_(workArea), cursor_(bv),
|
||||||
anchor_ref_(0), offset_ref_(0)
|
multiparsel_cache_(false), anchor_ref_(0), offset_ref_(0)
|
||||||
{
|
{
|
||||||
xsel_cache_.set = false;
|
xsel_cache_.set = false;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user