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:
parent
5d97242918
commit
b8a2a7ff38
@ -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);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user