internal: fixup some missed updateColorsOk() calls
This commit is contained in:
parent
f6ac755cf7
commit
3c617ce33c
2 changed files with 4 additions and 0 deletions
|
|
@ -2997,6 +2997,8 @@ SDispatchResult CKeybindManager::setProp(std::string args) {
|
|||
return std::invoke_result_t<decltype(::configStringToInt), const std::string&>(1);
|
||||
});
|
||||
|
||||
colorData.updateColorsOk();
|
||||
|
||||
if (PROP == "activebordercolor")
|
||||
PWINDOW->m_sWindowData.activeBorderColor = CWindowOverridableVar(colorData, PRIORITY_SET_PROP);
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue