mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 10:18:50 +00:00
Removed obsolete FIXME (the invoked isInternal() method already does that).
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33304 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
dff3792986
commit
e9e6463de7
@ -1025,7 +1025,6 @@ bool BufferView::getStatus(FuncRequest const & cmd, FuncStatus & flag)
|
||||
break;
|
||||
|
||||
case LFUN_REGEXP_MODE:
|
||||
// FIXME: Test if current WorkArea is the search WorkArea
|
||||
flag.setEnabled(buffer().isInternal() && !cur.inRegexped()
|
||||
&& cur.inset().lyxCode() != ERT_CODE);
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user