projects
/
ses.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
831f9e2
)
ses_layout_draw()
author
yu.dongliang
<18588496441@163.com>
Fri, 10 Nov 2023 05:20:22 +0000
(13:20 +0800)
committer
yu.dongliang
<18588496441@163.com>
Fri, 10 Nov 2023 05:20:22 +0000
(13:20 +0800)
ses_layout.c
patch
|
blob
|
blame
|
history
diff --git
a/ses_layout.c
b/ses_layout.c
index b02d42253945e6e19f2928d4193dfd25b49bda7c..43853acaf916fc51c4335525fecb8bf04fb25639 100644
(file)
--- a/
ses_layout.c
+++ b/
ses_layout.c
@@
-1723,8
+1723,8
@@
int ses_layout_draw(ScfEboard* b, uint32_t bx, uint32_t by, uint32_t bw, uint32_
if (l->x0 > l->x1)
continue;
- if (
1 ||
!prev) {
- snprintf(text, sizeof(text) - 1, "%ld
_%ld", el->id, k
);
+ if (!prev) {
+ snprintf(text, sizeof(text) - 1, "%ld
", el->id
);
cairo_move_to (cr, l->x0 - 30, l->y0 + 5);
cairo_show_text(cr, text);