[Libreoffice-commits] core.git: cui/source

Akshay Deep akshaydeepiitr at gmail.com
Wed Aug 23 21:47:08 UTC 2017


 cui/source/dialogs/cuicharmap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 890e1fb5c97a6d7eab7b0ce8692d25b43c36e975
Author: Akshay Deep <akshaydeepiitr at gmail.com>
Date:   Sun Aug 20 15:43:54 2017 +0000

    tdf#111795 - Special character preview control should have border
    
    Change-Id: Ic26888829c24f65b3d8039e74a632c14be338d44
    Reviewed-on: https://gerrit.libreoffice.org/41356
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Katarina Behrens <Katarina.Behrens at cib.de>

diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx
index a01ed20d432e..0e7f66c93f4b 100644
--- a/cui/source/dialogs/cuicharmap.cxx
+++ b/cui/source/dialogs/cuicharmap.cxx
@@ -1127,7 +1127,7 @@ IMPL_LINK_NOARG(SvxCharacterMap, SearchCharPreSelectHdl, SvxShowCharSet*, void)
 // class SvxShowText =====================================================
 
 SvxShowText::SvxShowText(vcl::Window* pParent)
-    : Control(pParent)
+    : Control(pParent, WB_BORDER)
     , mnY(0)
     , mbCenter(false)
 {}


More information about the Libreoffice-commits mailing list