fix: correctly scale SelectChannelDialog (#6081)
This commit is contained in:
@@ -1029,6 +1029,10 @@ void Split::showChangeChannelPopup(const char *dialogTitle, bool empty,
|
||||
{
|
||||
dialog->setSelectedChannel(this->getIndirectChannel());
|
||||
}
|
||||
else
|
||||
{
|
||||
dialog->setSelectedChannel({});
|
||||
}
|
||||
dialog->setAttribute(Qt::WA_DeleteOnClose);
|
||||
dialog->setWindowTitle(dialogTitle);
|
||||
dialog->show();
|
||||
|
||||
Reference in New Issue
Block a user