mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-05 08:57:35 +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()) {
|
switch (cmd.action()) {
|
||||||
|
|
||||||
case LFUN_INSET_MODIFY: {
|
case LFUN_INSET_MODIFY: {
|
||||||
|
// the only other option here is "changetype", and we
|
||||||
|
// do not have different types.
|
||||||
if (cmd.getArg(0) != "label") {
|
if (cmd.getArg(0) != "label") {
|
||||||
cur.undispatched();
|
cur.undispatched();
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user