summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/window/floatwin.cxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/window/floatwin.cxx b/vcl/source/window/floatwin.cxx
index 57c5f7ec26a8..dc6cd3c6b4df 100644
--- a/vcl/source/window/floatwin.cxx
+++ b/vcl/source/window/floatwin.cxx
@@ -596,11 +596,6 @@ void FloatingWindow::LogicInvalidate(const tools::Rectangle* /*pRectangle*/)
void FloatingWindow::StateChanged( StateChangedType nType )
{
- if (nType == StateChangedType::InitShow)
- {
- DoInitialLayout();
- }
-
SystemWindow::StateChanged( nType );
Dialog* pParentDlg = GetParentDialog();
if (pParentDlg && nType == StateChangedType::InitShow && IsVisible())