diff options
author | Jan Holesovsky <kendy@collabora.com> | 2013-12-20 14:42:44 +0100 |
---|---|---|
committer | Jan Holesovsky <kendy@collabora.com> | 2013-12-20 14:42:44 +0100 |
commit | 56d1b1cb7b0e1db8b4eee8e7f53814b107f9b80c (patch) | |
tree | aeaeaa3414e18a553632d2fd7c6822e8b2048f63 /vcl | |
parent | e07097cce36f1220f5574a80dc22eeabb3005261 (diff) |
hidpi: Add a FIXME.
Change-Id: Ia89679c832d98b5b46eeb088ed8ae4d66575e6d4
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/window/toolbox2.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx index f33a129025a3..c4f06ddbaf8f 100644 --- a/vcl/source/window/toolbox2.cxx +++ b/vcl/source/window/toolbox2.cxx @@ -1356,7 +1356,8 @@ void ToolBox::SetItemImage( sal_uInt16 nItemId, const Image& rInputImage ) { BitmapEx aBitmap = rInputImage.GetBitmapEx(); - //Some code calls this twice, so add a sanity check + // Some code calls this twice, so add a sanity check + // FIXME find out what that code is & fix accordingly if (aBitmap.GetSizePixel().Width() < 32) { aBitmap.Scale(GetDPIScaleFactor(), GetDPIScaleFactor()); |