Skip to content

Commit

Permalink
Update jadx-gui/src/main/java/jadx/gui/ui/tab/TabComponent.java
Browse files Browse the repository at this point in the history
  • Loading branch information
skylot authored Aug 6, 2024
1 parent ec237c3 commit 160a91c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jadx-gui/src/main/java/jadx/gui/ui/tab/TabComponent.java
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,7 @@ public void updateBookmarkIcon() {
if (getBlueprint().isBookmarked()) {
icon.add(Icons.BOOKMARK_OVERLAY_DARK);
}
label.repaint();
}

private void togglePin() {
Expand Down

0 comments on commit 160a91c

Please # to comment.