mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-21 04:31:33 +08:00
...
This commit is contained in:
@@ -88,7 +88,7 @@ namespace demo
|
||||
}
|
||||
|
||||
textBox->Select(begin, end);
|
||||
textBox->SetFocus();
|
||||
textBox->SetFocused();
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -68,7 +68,7 @@ namespace demo
|
||||
stream::StreamReader reader(decoderStream);
|
||||
textBox->SetText(reader.ReadToEnd());
|
||||
textBox->Select(TextPos(), TextPos());
|
||||
textBox->SetFocus();
|
||||
textBox->SetFocused();
|
||||
textBox->ClearUndoRedo();
|
||||
|
||||
fileName = dialogOpen->GetFileName();
|
||||
|
||||
Reference in New Issue
Block a user