From 7c5f1caa775e6a3d178c7dae7171d3fca2874635 Mon Sep 17 00:00:00 2001 From: Daniel Date: Thu, 17 May 2018 10:23:24 -0300 Subject: tdf#117581 impress: fix selection overlay after moving table Change-Id: Ie5afa4fbddf86c6692a7ed68af9ef990c2f9f487 Reviewed-on: https://gerrit.libreoffice.org/54493 Tested-by: Jenkins Reviewed-by: Thorsten Behrens --- include/svx/sdr/table/tablecontroller.hxx | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/svx/sdr/table/tablecontroller.hxx b/include/svx/sdr/table/tablecontroller.hxx index 3a8ec322aaeb..130d57a6da3e 100644 --- a/include/svx/sdr/table/tablecontroller.hxx +++ b/include/svx/sdr/table/tablecontroller.hxx @@ -177,6 +177,7 @@ private: CellPos maCursorFirstPos; CellPos maCursorLastPos; bool mbCellSelectionMode; + bool mbHasJustMerged; CellPos maMouseDownPos; bool mbLeftButtonDown; std::unique_ptr mpSelectionOverlay; -- cgit