mirror of
https://github.com/labwc/labwc.git
synced 2026-06-13 14:33:18 -04:00
ssd-titlebar: remove layer check
This commit is contained in:
parent
9f700d8942
commit
a72a6ae40f
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ ssd_titlebar_update(struct ssd *ssd)
|
|||
ssd->state.was_omnipresent = view->visible_on_all_workspaces;
|
||||
}
|
||||
|
||||
if (ssd->state.was_ontop != (view->layer == VIEW_LAYER_ALWAYS_ON_TOP)) {
|
||||
if (ssd->state.was_ontop != view->layer) {
|
||||
set_alt_button_icon(ssd, LAB_NODE_BUTTON_ONTOP,
|
||||
view->layer);
|
||||
ssd->state.was_ontop = view->layer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue