Kaydet (Commit) 3ebb9a26 authored tarafından Caolán McNamara's avatar Caolán McNamara

VclPtr: crash on exit if cursor is in fontsize widget in sidebar

Change-Id: I533abbe271beddbb6b60a7703fcf3d53fb5caeb7
üst 15a7ae3e
......@@ -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
......
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