diff options
author | Caolán McNamara <caolanm@redhat.com> | 2017-09-12 12:15:18 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2017-09-12 12:16:02 +0100 |
commit | 7b1fbcb0e0e1f29814c646dbe283fa0eabed099a (patch) | |
tree | 1066d452336dff3902f2c5db79b7be7a0b2e95a1 /svx | |
parent | 48b200a0a2aa70a7dfc0aad8a4964690ae11d42e (diff) |
Resolves: tdf#106163 MouseMove/MouseLeave from crossing not mirrored in rtl
but we do mirror the event for normal mousemove, this looks like the real
bug here
Change-Id: I178d53f5f40dbd075984019e25e6d7665b6cdf87
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/tbxctrls/layctrl.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/svx/source/tbxctrls/layctrl.cxx b/svx/source/tbxctrls/layctrl.cxx index 88948143a321..ef22cab1e8e9 100644 --- a/svx/source/tbxctrls/layctrl.cxx +++ b/svx/source/tbxctrls/layctrl.cxx @@ -160,8 +160,6 @@ void TableWindow::dispose() void TableWindow::MouseMove( const MouseEvent& rMEvt ) { SfxPopupWindow::MouseMove( rMEvt ); - if (IsInCleanUp()) - return; Point aPos = rMEvt.GetPosPixel(); Point aMousePos( aPos ); |