add a method to show caret for the uneditable textbox
When an uneditable textbox has a caret, user can select the text and copy it.
This commit is contained in:
@@ -170,7 +170,7 @@ namespace nana
|
||||
{
|
||||
if(editor_)
|
||||
{
|
||||
editor_->editable(enb);
|
||||
editor_->editable(enb, false);
|
||||
editor_->show_caret(enb);
|
||||
if (!enb)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user