Kaydet (Commit) ca062ab3 authored tarafından László Németh's avatar László Németh Kaydeden (comit) Andras Timar

tdf#92145: Writer table rows/columns can't be resized

with disabled rulers. (This fix was suggested by Tomaž Vajngerl.)

(Cherry-picked from the commit ed031895)

Conflicts:
	svtools/source/control/ruler.cxx

Change-Id: I161237cdb4941c0eaf934223b078acd94d72e21d
Reviewed-on: https://gerrit.libreoffice.org/18507Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarTomaž Vajngerl <quikee@gmail.com>
üst 28561ee1
......@@ -2344,6 +2344,12 @@ bool Ruler::StartDocDrag( const MouseEvent& rMEvt, RulerType eDragType )
// update ruler
if ( mbFormat )
{
if (!IsReallyVisible())
{
// set mpData for ImplDocHitTest()
ImplFormat(*this);
}
Invalidate(INVALIDATE_NOERASE);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment