cursormgr: fix cursor gsettings on session change (#7295)
This commit is contained in:
parent
77cf651825
commit
39df1f4dbf
5 changed files with 11 additions and 4 deletions
|
|
@ -337,4 +337,8 @@ bool CCursorManager::changeTheme(const std::string& name, const int size) {
|
|||
updateTheme();
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
||||
void CCursorManager::syncGsettings() {
|
||||
m_pXcursor->syncGsettings();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue