mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-14 07:48:13 +00:00
Improved nonribbon interface (menu, colors)
This commit is contained in:
@@ -84,7 +84,7 @@ public class TimelineTimePanel extends JPanel implements MouseListener {
|
||||
Rectangle clip = g.getClipBounds();
|
||||
int start_f = (scrollOffset + clip.x) / TimelinePanel.FRAME_WIDTH;
|
||||
int end_f = (scrollOffset + clip.x + clip.width) / TimelinePanel.FRAME_WIDTH;
|
||||
g.setColor(TimelinePanel.backgroundColor);
|
||||
g.setColor(TimelinePanel.getBackgroundColor());
|
||||
g.fillRect(0, 0, getWidth(), getHeight());
|
||||
g.setColor(borderColor);
|
||||
int xofs = TimelinePanel.FRAME_WIDTH - scrollOffset % TimelinePanel.FRAME_WIDTH - 1;
|
||||
|
||||
Reference in New Issue
Block a user