mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
fix typo in commit 16925
. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16926 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
aa2300a621
commit
b3ced091d2
@ -502,7 +502,7 @@ void BufferView::scrollDocView(int value)
|
||||
|
||||
void BufferView::setCursorFromScrollbar()
|
||||
{
|
||||
if (!buffer)
|
||||
if (!buffer_)
|
||||
return;
|
||||
|
||||
LyXText & t = buffer_->text();
|
||||
|
Loading…
Reference in New Issue
Block a user