Don't emit widthChanged ourselves. QWindow does it in resize()

This commit is contained in:
David Edmundson 2014-01-28 16:47:38 +01:00
parent 6ecbbd9129
commit a805af6e7d

View File

@ -389,8 +389,6 @@ void DialogProxy::syncToMainItemSize()
resize(s);
}
emit widthChanged(s.width());
emit heightChanged(s.height());
}