Don't emit widthChanged ourselves. QWindow does it in resize()
This commit is contained in:
parent
6ecbbd9129
commit
a805af6e7d
@ -389,8 +389,6 @@ void DialogProxy::syncToMainItemSize()
|
||||
resize(s);
|
||||
}
|
||||
|
||||
emit widthChanged(s.width());
|
||||
emit heightChanged(s.height());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user