mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-06-06 18:25:32 +00:00
Replace button has different icon - like import.
Edit points icon.
This commit is contained in:
@@ -1941,7 +1941,7 @@ public final class ImagePanel extends JPanel implements MediaDisplay {
|
||||
cursor = moveCursor;
|
||||
} else {
|
||||
newMode = Cursor.DEFAULT_CURSOR;
|
||||
cursor = selectCursor;
|
||||
cursor = defaultCursor;
|
||||
}
|
||||
|
||||
if (getCursor() != cursor) {
|
||||
|
||||
Reference in New Issue
Block a user