mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 21:21:32 +00:00
InsetInfo: enable inset dissolve
This commit is contained in:
parent
521d7c2e0b
commit
d6a93143ec
@ -480,6 +480,7 @@ Menuset
|
|||||||
Menu "context-info"
|
Menu "context-info"
|
||||||
InfoArguments
|
InfoArguments
|
||||||
Separator
|
Separator
|
||||||
|
Item "Transform Field to Static Text|T" "inset-dissolve"
|
||||||
Item "Copy Text|o" "inset-copy-as"
|
Item "Copy Text|o" "inset-copy-as"
|
||||||
Item "Settings...|S" "inset-settings info"
|
Item "Settings...|S" "inset-settings info"
|
||||||
End
|
End
|
||||||
|
@ -585,6 +585,7 @@ bool InsetInfo::getStatus(Cursor & cur, FuncRequest const & cmd,
|
|||||||
|
|
||||||
case LFUN_INSET_DIALOG_UPDATE:
|
case LFUN_INSET_DIALOG_UPDATE:
|
||||||
case LFUN_INSET_COPY_AS:
|
case LFUN_INSET_COPY_AS:
|
||||||
|
case LFUN_INSET_DISSOLVE:
|
||||||
flag.setEnabled(true);
|
flag.setEnabled(true);
|
||||||
return true;
|
return true;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user