no message

qt6
zcy 2022-01-19 00:56:52 +08:00
parent b65863da66
commit 99ef959c68
1 changed files with 1 additions and 1 deletions

View File

@ -319,7 +319,7 @@ QssMainWindow::QssMainWindow(QWidget *parent/* = 0*/, Qt::WindowFlags flags/* =
SIGNAL(physicalDotsPerInchChanged(qreal)), SIGNAL(physicalDotsPerInchChanged(qreal)),
this,SLOT(DpiChange(qreal))); this,SLOT(DpiChange(qreal)));
} }
rangeObjectList(this,0); rangeObjectList(m_frame,0);
return; return;
} }