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

Related: tdf#90956 don't resize the border window when disposing

Change-Id: Ia5a2108214369a82dfe5e886524fbf5e685bb9f9
üst 65ab049b
......@@ -1466,7 +1466,7 @@ void Window::queue_resize(StateChangedType eReason)
}
}
if (bSomeoneCares)
if (bSomeoneCares && !mpWindowImpl->mbInDispose)
{
//fdo#57090 force a resync of the borders of the borderwindow onto this
//window in case they have changed
......
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