mirror of
https://github.com/hyprwm/Hyprland
synced 2024-11-25 11:05:59 +01:00
handle refreshGradient() on groupbar creation
modified: src/render/decorations/CHyprGroupBarDecoration.cpp Signed-off-by: MightyPlaza <123664421+MightyPlaza@users.noreply.github.com>
This commit is contained in:
parent
0500b94f81
commit
28734bab30
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ static CTexture m_tGradientLockedInactive;
|
|||
CHyprGroupBarDecoration::CHyprGroupBarDecoration(CWindow* pWindow) : IHyprWindowDecoration(pWindow) {
|
||||
m_pWindow = pWindow;
|
||||
loadConfig();
|
||||
if (m_tGradientActive.m_iTexID == 0)
|
||||
refreshGradients();
|
||||
}
|
||||
|
||||
CHyprGroupBarDecoration::~CHyprGroupBarDecoration() {}
|
||||
|
|
Loading…
Reference in a new issue