Konloch / bytecode-viewer

A Java 8+ Jar & Android APK Reverse Engineering Suite (Decompiler, Editor, Debugger & More)
https://bytecodeviewer.com
GNU General Public License v3.0
14.71k stars 1.15k forks source link

Font size spinner also updates opened tabs automatically now. #496

Closed Bl3nd closed 7 months ago

Bl3nd commented 7 months ago

Font size spinner now updates the opened tabs without needing to click the "Refresh" button. I didn't realize there was already a method that would accomplish this. Also, since finding this method, I found that it would produce an exception, which is now fixed.

Bl3nd commented 7 months ago

I just saw PR #493 had fixed the refreshAllTabs/refreshAllTabTitles method.