Deselect textbox contents on mouse_down event.
Add the condition that textbox's content should be selected when it's focused with tabstop.
This commit is contained in:
@@ -1629,7 +1629,10 @@ namespace nana{ namespace widgets
|
||||
select_.mode_selection = selection::mode_mouse_selected;
|
||||
}
|
||||
else
|
||||
{
|
||||
select(false);
|
||||
select_.mode_selection = selection::mode_no_selected;
|
||||
}
|
||||
}
|
||||
|
||||
text_area_.border_renderer(graph_, _m_bgcolor());
|
||||
|
||||
Reference in New Issue
Block a user