mirror of
https://github.com/Ed94/raddebugger.git
synced 2026-06-25 21:14:59 -07:00
fix 'cut' event being missed in standalone cell
This commit is contained in:
@@ -2810,6 +2810,7 @@ ui_signal_from_box(UI_Box *box)
|
||||
//- rjf: focus is hot & copy event -> remember to copy this box tree's text content
|
||||
if(is_focus_hot &&
|
||||
evt->flags & UI_EventFlag_Copy &&
|
||||
!(evt->flags & UI_EventFlag_Delete) &&
|
||||
!ui_key_match(ui_key_zero(), box->key))
|
||||
{
|
||||
ui_state->clipboard_copy_key = box->key;
|
||||
|
||||
Reference in New Issue
Block a user