mirror of
https://github.com/hyprwm/Hyprland.git
synced 2025-07-25 17:21:54 -07:00
cursor: reset hc data after theme change
theme change invalidates the cairo surfaces there fixes #10636
This commit is contained in:
@@ -294,7 +294,8 @@ void CCursorManager::updateTheme() {
|
||||
highestScale = m->m_scale;
|
||||
}
|
||||
|
||||
m_cursorScale = highestScale;
|
||||
m_cursorScale = highestScale;
|
||||
m_currentCursorShapeData = {};
|
||||
|
||||
if (*PUSEHYPRCURSOR) {
|
||||
if (m_currentStyleInfo.size > 0 && m_hyprcursor->valid())
|
||||
|
Reference in New Issue
Block a user