1
0
mirror of https://github.com/KDE/latte-dock.git synced 2025-01-12 01:17:55 +03:00

dont update selection on each layoutsChanged

This commit is contained in:
Michail Vourlakos 2018-03-21 18:23:34 +02:00
parent 5d97242918
commit b8a2a7ff38

View File

@ -968,7 +968,7 @@ void SettingsDialog::layoutsChanged()
if (m_corona->layoutManager()->currentLayoutName() == name) { if (m_corona->layoutManager()->currentLayoutName() == name) {
font.setBold(true); font.setBold(true);
ui->layoutsView->selectRow(i); // ui->layoutsView->selectRow(i);
} else { } else {
Layout *layout = m_corona->layoutManager()->activeLayout(name); Layout *layout = m_corona->layoutManager()->activeLayout(name);