projects
/
ses.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdab528
)
tmp
author
yu.dongliang
<18588496441@163.com>
Mon, 17 Jul 2023 14:44:15 +0000
(22:44 +0800)
committer
yu.dongliang
<18588496441@163.com>
Mon, 17 Jul 2023 14:44:15 +0000
(22:44 +0800)
ses_layout.c
patch
|
blob
|
blame
|
history
diff --git
a/ses_layout.c
b/ses_layout.c
index af6ba7487712fd4e633b60f125be315307cda476..f1f057dff2259658afb4a227aca7fd798ef92f2b 100644
(file)
--- a/
ses_layout.c
+++ b/
ses_layout.c
@@
-924,7
+924,7
@@
int ses_layout_draw(ScfEboard* b, uint32_t bx, uint32_t by, uint32_t bw, uint32_
cairo_line_to(cr, pe->x, pe->y);
vertical(&dx1, &dy1, dx3 * 2 + dx0, dy3 * 2 + dy0, 3);
- forward (&dx4, &dy4, dx3 * 2 + dx0, dy3 * 2 + dy0,
6
);
+ forward (&dx4, &dy4, dx3 * 2 + dx0, dy3 * 2 + dy0,
8
);
cairo_move_to(cr, c->x - dx3 + dx4 + dx1, c->y - dy3 + dy4 + dy1);
cairo_line_to(cr, c->x + dx3 + dx0, c->y + dy3 + dy0);