mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-25 13:45:58 +01:00
fix reloading locked gradients
modified: src/render/decorations/CHyprGroupBarDecoration.cpp Signed-off-by: MightyPlaza <123664421+MightyPlaza@users.noreply.github.com>
This commit is contained in:
parent
0120273992
commit
566cfe2822
1 changed files with 2 additions and 0 deletions
|
@ -315,6 +315,8 @@ int CHyprGroupBarDecoration::getBarHeight() {
|
||||||
void CHyprGroupBarDecoration::forceReload(CWindow* pWindow) {
|
void CHyprGroupBarDecoration::forceReload(CWindow* pWindow) {
|
||||||
m_tGradientActive.destroyTexture();
|
m_tGradientActive.destroyTexture();
|
||||||
m_tGradientInactive.destroyTexture();
|
m_tGradientInactive.destroyTexture();
|
||||||
|
m_tGradientLockedActive.destroyTexture();
|
||||||
|
m_tGradientLockedInactive.destroyTexture();
|
||||||
updateWindow(pWindow);
|
updateWindow(pWindow);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue