mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Add comment.
This commit is contained in:
parent
95a4fd0bbe
commit
f5a7aebdfa
@ -218,6 +218,8 @@ void InsetLabel::doDispatch(Cursor & cur, FuncRequest & cmd)
|
||||
switch (cmd.action()) {
|
||||
|
||||
case LFUN_INSET_MODIFY: {
|
||||
// the only other option here is "changetype", and we
|
||||
// do not have different types.
|
||||
if (cmd.getArg(0) != "label") {
|
||||
cur.undispatched();
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user