mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-22 10:15:42 +00:00
Fixed Scrollbars on sound playback
This commit is contained in:
@@ -2751,6 +2751,8 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
iconPanel.setImg(image);
|
||||
drawReady = true;
|
||||
|
||||
horizontalScrollBar.setVisible(false);
|
||||
verticalScrollBar.setVisible(false);
|
||||
fireMediaDisplayStateChanged();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user