mirror of
https://github.com/davatorium/rofi.git
synced 2025-01-27 15:25:24 -05:00
[Widget] Actually remove ADD operator from border drawing.
Issue: #2076
This commit is contained in:
parent
5a016a3b17
commit
60181710dc
1 changed files with 1 additions and 1 deletions
|
@ -251,7 +251,7 @@ void widget_draw(widget *wid, cairo_t *d) {
|
|||
|
||||
if (left != 0 || top != 0 || right != 0 || bottom != 0) {
|
||||
cairo_save(d);
|
||||
cairo_set_operator(d, CAIRO_OPERATOR_ADD);
|
||||
// cairo_set_operator(d, CAIRO_OPERATOR_ADD);
|
||||
cairo_translate(d, wid->x, wid->y);
|
||||
cairo_new_path(d);
|
||||
rofi_theme_get_color(wid, "border-color", d);
|
||||
|
|
Loading…
Add table
Reference in a new issue