cursormgr: initialize size to 0

Because the ctor expects that. Ref #5237
This commit is contained in:
Vaxry 2024-03-24 02:21:28 +00:00
parent 432924b372
commit 09e1128da2

View file

@ -55,7 +55,7 @@ class CCursorManager {
std::unique_ptr<Hyprcursor::CHyprcursorManager> m_pHyprcursor;
std::string m_szTheme = "";
int m_iSize = 24;
int m_iSize = 0;
float m_fCursorScale = 1.0;
Hyprcursor::SCursorStyleInfo m_sCurrentStyleInfo;