groupbar: Fix window title rendering (#6392)

This commit is contained in:
zakk4223 2024-06-10 06:20:18 -04:00 committed by GitHub
parent 89a3c90613
commit cef6aad28f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 36 additions and 22 deletions

View file

@ -14,6 +14,9 @@ class CTitleTex {
SP<CTexture> tex;
std::string szContent;
int textWidth;
int textHeight;
PHLWINDOWREF pWindowOwner;
};