Skip to content

Commit e415bd8

Browse files
committed
New scrollbar structure, fixes weird gradient
1 parent edf20ba commit e415bd8

File tree

652 files changed

+3756
-52
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

652 files changed

+3756
-52
lines changed

Minecraft Note Block Studio.yyp

Lines changed: 169 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

scripts/control_draw/control_draw.gml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -611,7 +611,7 @@ draw_rectangle(x1 + totalcols * 32 + 2, y1 + totalrows * 32 + 32, x1 + totalcols
611611
draw_area(x1, y1, x1 + totalcols * 32 + 20, y1 + totalrows * 32 + 52)
612612
draw_theme_color()
613613
// Scrollbars
614-
starta = draw_scrollbar(scrollbarh, 178, y1 + totalrows * 32 + 34, 32, totalcols - 1, enda + totalcols - 1, (exist && changepitch) || mousewheel > 0, 0)
614+
starta = draw_scrollbar(scrollbarh, 192, y1 + totalrows * 32 + 34, 32, totalcols - 1, enda + totalcols - 1, (exist && changepitch) || mousewheel > 0, 0)
615615
startb = draw_scrollbar(scrollbarv, x1 + totalcols * 32 + 2, y1 + 34, 32, totalrows - 1, endb + totalrows - 1, (exist && changepitch) || mousewheel > 0, 0)
616616

617617
// Draw layers

0 commit comments

Comments
 (0)