summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/control/lstbox.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/control/lstbox.cxx b/vcl/source/control/lstbox.cxx
index 9c6f990ac74d..3669e1813f5f 100644
--- a/vcl/source/control/lstbox.cxx
+++ b/vcl/source/control/lstbox.cxx
@@ -1465,6 +1465,7 @@ void ListBox::SetEdgeBlending(bool bNew)
if(IsDropDownBox())
{
+ assert(mpImplWin);
mpImplWin->Invalidate();
}
else