summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/gallery2/galctrl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/gallery2/galctrl.cxx b/svx/source/gallery2/galctrl.cxx
index 6604eee1e662..47ef1757755d 100644
--- a/svx/source/gallery2/galctrl.cxx
+++ b/svx/source/gallery2/galctrl.cxx
@@ -400,6 +400,7 @@ bool GalleryIconView::KeyInput(const KeyEvent& rKEvt)
bool GalleryIconView::StartDrag()
{
+ Select();
return mpParent->StartDrag();
}