[Libreoffice-commits] core.git: vcl/source
Caolán McNamara
caolanm at redhat.com
Tue May 19 12:39:39 PDT 2015
vcl/source/control/combobox.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3ebb9a26c26d78c9d1605264503b1d3f276b8729
Author: Caolán McNamara <caolanm at redhat.com>
Date: Tue May 19 20:38:59 2015 +0100
VclPtr: crash on exit if cursor is in fontsize widget in sidebar
Change-Id: I533abbe271beddbb6b60a7703fcf3d53fb5caeb7
diff --git a/vcl/source/control/combobox.cxx b/vcl/source/control/combobox.cxx
index 688fff6..787d3b2 100644
--- a/vcl/source/control/combobox.cxx
+++ b/vcl/source/control/combobox.cxx
@@ -807,7 +807,7 @@ void ComboBox::Modify()
void ComboBox::ImplUpdateFloatSelection()
{
- if (!mpImplLB)
+ if (!mpImplLB || !mpSubEdit)
return;
// move text in the ListBox into the visible region
More information about the Libreoffice-commits
mailing list