Disable deselect on focus lost on editor_log
This commit is contained in:
parent
0e8caf1a4e
commit
deddbc142c
1 changed files with 1 additions and 0 deletions
|
@ -347,6 +347,7 @@ EditorLog::EditorLog() {
|
|||
log->set_focus_mode(FOCUS_CLICK);
|
||||
log->set_v_size_flags(SIZE_EXPAND_FILL);
|
||||
log->set_h_size_flags(SIZE_EXPAND_FILL);
|
||||
log->set_deselect_on_focus_loss_enabled(false);
|
||||
vb_left->add_child(log);
|
||||
|
||||
// Search box
|
||||
|
|
Loading…
Reference in a new issue