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

fix right-clicking close tab button closes popup menu #492

Closed dozmus closed 7 months ago

dozmus commented 7 months ago

There is existing behaviour which lets you right click the "close tab" button, to show options to: "close all but this", "close tab" But you could never use it because any mouse click (left or right) would simply close the tab. Makes the app very tedious to use.

tl;dr you can now right click the "close tab" button to see and interact with its context menu

Konloch commented 7 months ago

Thank you for catching this!