1
0
mirror of https://github.com/qTox/qTox.git synced 2024-03-22 14:00:36 +08:00

Merge pull request #4407

ezavod (1):
      fix(ui): switch to settings after multiple windows mode
This commit is contained in:
sudden6 2017-05-17 23:05:35 +02:00
commit 54a269e8c4
No known key found for this signature in database
GPG Key ID: 279509B499E032B9

View File

@ -665,7 +665,7 @@ void Widget::onSeparateWindowChanged(bool separate, bool clicked)
SplitterRestorer restorer(ui->mainSplitter);
restorer.restore(Settings::getInstance().getSplitterState(), size());
onAddClicked();
onShowSettings();
} else {
int width = ui->friendList->size().width();
QSize size;