ualberta-smr / LibCompPlugin

An IntelliJ plugin for comparing libraries
http://smr.cs.ualberta.ca/comparelibraries
MIT License
6 stars 1 forks source link

Fix buttons "disappear" issue on the Replacement Dialog #50

Closed XiaoleZ closed 3 years ago

XiaoleZ commented 3 years ago

Linked Issue https://github.com/ualberta-smr/LibCompPlugin/issues/43

What it does

Fix buttons "disappear" issue on the Replacement Dialog. We had the problem of the buttons "disappear" once we start interacting with the dialog (e.g., clicking on the sort up/down buttons). After investigation, the button doesn't disappear, it still exists but becomes opaque. (We still can click the hidden "Cancel" button to close the dialog).

How to test it

snadi commented 3 years ago

Confirmed that this works. Such a simple fix for an annoying issue :-) Good job @XiaoleZ!