Skip to content

Commit

Permalink
Disable deselect on focus lost on editor_log
Browse files Browse the repository at this point in the history
  • Loading branch information
ConteZero committed Apr 4, 2022
1 parent 0e8caf1 commit deddbc1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions editor/editor_log.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit deddbc1

Please sign in to comment.