mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
* InsetIndex.cpp:
- fix InsetPrintIndex::getStatus logic (detected by Vincent). git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@29316 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
6192d3dbbf
commit
521577ba4c
@ -442,7 +442,8 @@ bool InsetPrintIndex::getStatus(Cursor & cur, FuncRequest const & cmd,
|
||||
status.setEnabled(index != 0);
|
||||
status.setOnOff(p["type"] == getParam("type"));
|
||||
return true;
|
||||
}
|
||||
} else
|
||||
return InsetCommand::getStatus(cur, cmd, status);
|
||||
}
|
||||
|
||||
case LFUN_INSET_DIALOG_UPDATE:
|
||||
|
Loading…
Reference in New Issue
Block a user