mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-06 00:10:59 +00:00
Another assertion that got changed wrongly.
I've read back through that patch, and everything else looks good.
This commit is contained in:
parent
d79225ae98
commit
76c96c22ac
@ -125,7 +125,7 @@ Buffer const & Dialog::buffer() const
|
||||
|
||||
Buffer const & Dialog::documentBuffer() const
|
||||
{
|
||||
LAPPERR(lyxview_->currentBufferView());
|
||||
LAPPERR(lyxview_->documentBufferView());
|
||||
return lyxview_->documentBufferView()->buffer();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user