| commit | 802f242500bc3c0e0e47e5b6b7863b620195eac6 | [log] |
|---|---|---|
| author | Caolán McNamara <caolanm@redhat.com> | Mon Jun 08 16:32:02 2020 +0100 |
| committer | Caolán McNamara <caolanm@redhat.com> | Tue Jun 09 20:39:33 2020 +0200 |
| tree | e776276d5ed3708a1a25b9bd44b364240d3a4732 | |
| parent | 8f364a1f2786be2a9c0953f9548765928c0610ae [diff] |
tdf#133462 cursor missing in SQL textbox (and spell checking, calc page format header/footer dialog, etc) since... commit c2f8929ed76085bc81f390f90e06bd6781206537 Date: Wed May 29 23:33:25 2019 -0400 vcl: sfx2: LOK: Support per-view popup windows I feel this is a mismerge where the point of commit b9c10ee923308f336a694bbc0212396ed5317b6a Date: Wed Apr 3 12:02:13 2019 +0100 weld ClassificationDialog to allow cursor drawing to a non-Window OutputDevice got clobbered Change-Id: If693fd0ee83afc6e7f0ddce7b43b8cb6e3327116 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/95822 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
diff --git a/vcl/source/window/cursor.cxx b/vcl/source/window/cursor.cxx index fbc2b2ec..9eba6b2 100644 --- a/vcl/source/window/cursor.cxx +++ b/vcl/source/window/cursor.cxx
@@ -47,10 +47,6 @@ static tools::Rectangle ImplCursorInvert(vcl::RenderContext* pRenderContext, Imp { tools::Rectangle aPaintRect; vcl::Window* pWindow = pData ? pData->mpWindow.get() : nullptr; if (!pWindow || pWindow->IsDisposed()) return aPaintRect; bool bMapMode = pRenderContext->IsMapModeEnabled(); pRenderContext->EnableMapMode( false ); InvertFlags nInvertStyle;