mirror of
https://github.com/KDE/latte-dock.git
synced 2024-12-24 17:33:50 +03:00
dont update selection on each layoutsChanged
This commit is contained in:
parent
5d97242918
commit
b8a2a7ff38
@ -968,7 +968,7 @@ void SettingsDialog::layoutsChanged()
|
||||
|
||||
if (m_corona->layoutManager()->currentLayoutName() == name) {
|
||||
font.setBold(true);
|
||||
ui->layoutsView->selectRow(i);
|
||||
// ui->layoutsView->selectRow(i);
|
||||
} else {
|
||||
Layout *layout = m_corona->layoutManager()->activeLayout(name);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user