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