UI: Console Text Operations #108626
@ -217,7 +217,7 @@ static int console_textview_main__internal(SpaceConsole *sc,
|
||||
|
||||
console_textview_draw_rect_calc(region, &tvc.draw_rect, &tvc.draw_rect_outer);
|
||||
|
||||
/* Nudge right by half a column or so to break selection mid-character. */
|
||||
/* Nudge right by half a column to break selection mid-character. */
|
||||
int m_pos[2] = {mval[0], mval[1]};
|
||||
/* Mouse position is initialized with max int. */
|
||||
if (m_pos[0] != INT_MAX) {
|
||||
|
Loading…
Reference in New Issue
Block a user