Pass TRUE instead of FALSE to do what the comment says.
This commit is contained in:
parent
04bf68c2ac
commit
c11a7c3ce1
1 changed files with 1 additions and 1 deletions
|
@ -1607,7 +1607,7 @@ void client_update_colormap(ObClient *self, Colormap colormap)
|
|||
if (client_focused(self)) {
|
||||
screen_install_colormap(self, FALSE); /* uninstall old one */
|
||||
self->colormap = colormap;
|
||||
screen_install_colormap(self, FALSE); /* install new one */
|
||||
screen_install_colormap(self, TRUE); /* install new one */
|
||||
} else
|
||||
self->colormap = colormap;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue