mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
BufferView.cpp: typo
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34085 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
bf83cc6359
commit
45bffba885
@ -970,8 +970,8 @@ bool BufferView::getStatus(FuncRequest const & cmd, FuncStatus & flag)
|
||||
|
||||
switch (cmd.action) {
|
||||
|
||||
// FIXME: This is a bit problematic because we don't check is this is a
|
||||
// document BufferView or not for these LFUNs. We probably have to
|
||||
// FIXME: This is a bit problematic because we don't check is if this is
|
||||
// a document BufferView or not for these LFUNs. We probably have to
|
||||
// dispatch both to currentBufferView() and, if that fails,
|
||||
// to documentBufferView(); same as we do know for current Buffer and
|
||||
// document Buffer. Ideally those LFUN should go to Buffer as they*
|
||||
|
Loading…
Reference in New Issue
Block a user