mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-03 23:41:56 +00:00
Fixed a little problem with text in draw_slider() overlapping bottom border.
This commit is contained in:
parent
dac67bb21c
commit
0c54a2682c
@ -1267,7 +1267,7 @@ void SkinneableTheme::draw_slider(JWidget widget, JRect clip)
|
|||||||
|
|
||||||
widget->setTextQuiet(buf);
|
widget->setTextQuiet(buf);
|
||||||
|
|
||||||
r = jrect_new(x1, y1, x2+1, y2+1);
|
r = jrect_new(x1, y1, x2, y2);
|
||||||
|
|
||||||
/* TODO when Allegro 4.1 will be officially released, replace this
|
/* TODO when Allegro 4.1 will be officially released, replace this
|
||||||
with the get_clip_rect, add_clip_rect, set_clip_rect
|
with the get_clip_rect, add_clip_rect, set_clip_rect
|
||||||
|
Loading…
Reference in New Issue
Block a user