Kaydet (Commit) 086fe6f1 authored tarafından Maxim Monastirsky's avatar Maxim Monastirsky

tdf#93293 Fix inverted condition

Regression of ece8699f

Change-Id: I1aac18dcb469b30de625c5cbfb5b0dd27fe33364
üst c5425d50
......@@ -889,7 +889,7 @@ void ComboBox::Modify()
void ComboBox::Impl::ImplUpdateFloatSelection()
{
if (!m_pImplLB || m_pSubEdit)
if (!m_pImplLB || !m_pSubEdit)
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