Kaydet (Commit) 404e4c37 authored tarafından Michael Stahl's avatar Michael Stahl

vcl: PVS-Studio V595 'mpImplWin' pointer could be null

... but actually it's not if mpFloatWin isn't.

Change-Id: If26444e94221efb9921e94496905834b3ace7d28
üst 8fc7b35f
......@@ -1465,6 +1465,7 @@ void ListBox::SetEdgeBlending(bool bNew)
if(IsDropDownBox())
{
assert(mpImplWin);
mpImplWin->Invalidate();
}
else
......
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