summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--svx/source/table/tablecontroller.cxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/source/table/tablecontroller.cxx b/svx/source/table/tablecontroller.cxx
index 12c4bf6222c6..9a2dd80e9fb8 100644
--- a/svx/source/table/tablecontroller.cxx
+++ b/svx/source/table/tablecontroller.cxx
@@ -3172,8 +3172,12 @@ bool SvxTableController::setCursorLogicPosition(const Point& rPosition, bool bPo
return true;
}
else if (aCellPos != maMouseDownPos)
+ {
// No selection, but rPosition is at an other cell: start table selection.
StartSelection(maMouseDownPos);
+ // Update graphic selection, should be hidden now.
+ mpView->AdjustMarkHdl();
+ }
}
return false;