Kaydet (Commit) d48840e5 authored tarafından Jan Holesovsky's avatar Jan Holesovsky Kaydeden (comit) Marco Cecchetti

sc lok: Let the tiled rendering draw the List Validation dropdowns.

Change-Id: I84530cdda296dc51ceb0fd695af19211631508df
Reviewed-on: https://gerrit.libreoffice.org/50909Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarMarco Cecchetti <mrcekets@gmail.com>
üst d99ae18b
...@@ -17,6 +17,7 @@ ...@@ -17,6 +17,7 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <comphelper/lok.hxx>
#include <vcl/outdev.hxx> #include <vcl/outdev.hxx>
#include <vcl/window.hxx> #include <vcl/window.hxx>
#include <vcl/decoview.hxx> #include <vcl/decoview.hxx>
...@@ -62,7 +63,8 @@ void ScDDComboBoxButton::Draw( const Point& rAt, ...@@ -62,7 +63,8 @@ void ScDDComboBoxButton::Draw( const Point& rAt,
tools::Rectangle aBtnRect( rAt, rSize ); tools::Rectangle aBtnRect( rAt, rSize );
pOut->EnableMapMode( false ); if (!comphelper::LibreOfficeKit::isActive())
pOut->EnableMapMode(false);
DecorationView aDecoView( pOut); DecorationView aDecoView( pOut);
......
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