mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-09-26 20:10:45 +00:00
Checkstyle fix
This commit is contained in:
@@ -101,7 +101,7 @@ public class TimelineTimePanel extends JPanel implements MouseListener {
|
||||
g.setColor(borderColor);
|
||||
int xofs = -scrollOffset % frameWidth;
|
||||
for (int f = 0; f <= end_f; f++) {
|
||||
g.drawLine(xofs + f * frameWidth + 1, TimelineBodyPanel.FRAME_HEIGHT - 1, xofs + f * frameWidth+ 1, TimelineBodyPanel.FRAME_HEIGHT - lineLength);
|
||||
g.drawLine(xofs + f * frameWidth + 1, TimelineBodyPanel.FRAME_HEIGHT - 1, xofs + f * frameWidth + 1, TimelineBodyPanel.FRAME_HEIGHT - lineLength);
|
||||
}
|
||||
g.setFont(g.getFont().deriveFont(fontSize));
|
||||
for (int f = 0; f <= end_f; f++) {
|
||||
|
||||
Reference in New Issue
Block a user