attempt fix cut disable on context menu
This commit is contained in:
parent
32df2bebdd
commit
57e5f7d89a
|
@ -485,7 +485,7 @@ void ami_context_menu_add_submenu(Object *ctxmenuobj, ULONG cmsub, void *userdat
|
|||
PMA_AddItem,NewObject(POPUPMENU_GetItemClass(), NULL,
|
||||
PMIA_Title, (ULONG)ctxmenulab[CMID_SELCUT],
|
||||
PMIA_ID,CMID_SELCUT,
|
||||
PMIA_Disabled, disabled_noselection && disabled_readonly,
|
||||
PMIA_Disabled, !(browser_window_get_editor_flags(bw) & BW_EDITOR_CAN_PASTE),
|
||||
PMIA_CommKey, "X",
|
||||
TAG_DONE),
|
||||
PMA_AddItem,NewObject(POPUPMENU_GetItemClass(), NULL,
|
||||
|
|
Loading…
Reference in New Issue