We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78b55ee commit 8c761e7Copy full SHA for 8c761e7
1 file changed
src/main/java/the/bytecode/club/bytecodeviewer/BytecodeViewer.java
@@ -68,6 +68,8 @@
68
* http://the.bytecode.club
69
*
70
* TODO BUGS:
71
+ * + Resource List Icons now create swing lag with large projects
72
+ * ^ This is because of the change to how they are created/called on
73
* + View>Visual Settings>Show Class Methods
74
* + Spam-clicking the refresh button will cause the swing thread to deadlock (Quickly opening resources used to also do this)
75
* This is caused by the ctrlMouseWheelZoom code, a temporary patch is just removing it worst case
0 commit comments