mirror of
https://github.com/vczh-libraries/Release.git
synced 2026-05-20 11:31:28 +08:00
Update GacUI.cpp
This commit is contained in:
+1
-1
@@ -15524,7 +15524,6 @@ GuiDocumentCommonInterface
|
||||
{
|
||||
if(documentControl->GetVisuallyEnabled())
|
||||
{
|
||||
documentControl->SetFocus();
|
||||
switch(editMode)
|
||||
{
|
||||
case ViewOnly:
|
||||
@@ -15533,6 +15532,7 @@ GuiDocumentCommonInterface
|
||||
case Selectable:
|
||||
case Editable:
|
||||
{
|
||||
documentControl->SetFocus();
|
||||
TextPos caret=documentElement->CalculateCaretFromPoint(Point(arguments.x, arguments.y));
|
||||
TextPos oldCaret=documentElement->GetCaretEnd();
|
||||
if(caret!=oldCaret)
|
||||
|
||||
Reference in New Issue
Block a user