fix: get rid of duplicate scale events (#5404)
This commit is contained in:
@@ -227,7 +227,6 @@ BaseWindow::BaseWindow(FlagsEnum<Flags> _flags, QWidget *parent)
|
||||
[this]() {
|
||||
postToThread([this] {
|
||||
this->updateScale();
|
||||
this->updateScale();
|
||||
});
|
||||
},
|
||||
this->connections_, false);
|
||||
|
||||
Reference in New Issue
Block a user