summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorNickson <nicksonthanda10@msn.com>2018-09-19 23:13:56 +0100
committerHeiko Tietze <tietze.heiko@gmail.com>2018-10-18 11:24:38 +0200
commit9b0e098a785165cd9ec28c60505b60e62c3e59dc (patch)
treeb615e3e8da47b8069538f06037818586c1bb088c /svtools
parent3ffdf76d43bcfc249216e1602a016f36cb377226 (diff)
tdf#119847 - Can now autoselect font size on first click
Change-Id: Id49f4d039f0eb7c4efccecda91bd656c1c31d497 Reviewed-on: https://gerrit.libreoffice.org/60784 Tested-by: Jenkins Reviewed-by: Heiko Tietze <tietze.heiko@gmail.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/control/ctrlbox.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/svtools/source/control/ctrlbox.cxx b/svtools/source/control/ctrlbox.cxx
index 4044ad61da84..bad8ecee665d 100644
--- a/svtools/source/control/ctrlbox.cxx
+++ b/svtools/source/control/ctrlbox.cxx
@@ -1242,6 +1242,7 @@ void SvtFontStyleBox::Fill( const OUString& rName, const FontList* pList )
FontSizeBox::FontSizeBox( vcl::Window* pParent, WinBits nWinSize ) :
MetricBox( pParent, nWinSize )
{
+ EnableSelectAll();
ImplInit();
}