svtools/source/control/ruler.cxx | 6 ++++++ 1 file changed, 6 insertions(+)
New commits: commit ed031895f6f5b361cccc6811b53c6f2b9cfc3e23 Author: László Németh <laszlo.nem...@collabora.com> Date: Fri Sep 11 17:20:29 2015 +0200 tdf#92145: Writer table rows/columns can't be resized with disabled rulers. (This fix was suggested by Tomaž Vajngerl.) Change-Id: I161237cdb4941c0eaf934223b078acd94d72e21d diff --git a/svtools/source/control/ruler.cxx b/svtools/source/control/ruler.cxx index 09af4c5..7ad59d4 100644 --- a/svtools/source/control/ruler.cxx +++ b/svtools/source/control/ruler.cxx @@ -2338,6 +2338,12 @@ bool Ruler::StartDocDrag( const MouseEvent& rMEvt, RulerType eDragType ) // update ruler if ( mbFormat ) { + if (!IsReallyVisible()) + { + // set mpData for ImplDocHitTest() + ImplFormat(*this); + } + Invalidate(InvalidateFlags::NoErase); }
_______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits