mirror of
https://github.com/labwc/labwc.git
synced 2026-02-28 01:40:29 -05:00
Add config option to disable preview outlines
This commit is contained in:
parent
33bc37e7d0
commit
c1490b632d
5 changed files with 12 additions and 1 deletions
|
|
@ -193,7 +193,9 @@ osd_update(struct server *server)
|
|||
cairo_rectangle(cairo, OSD_BORDER_WIDTH, y,
|
||||
OSD_ITEM_WIDTH, OSD_ITEM_HEIGHT);
|
||||
cairo_stroke(cairo);
|
||||
osd_update_preview_outlines(view);
|
||||
if (rc.cycle_preview_outlines) {
|
||||
osd_update_preview_outlines(view);
|
||||
}
|
||||
break;
|
||||
}
|
||||
y += OSD_ITEM_HEIGHT;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue