Skip to content

Commit

Permalink
Better FIXME note.
Browse files Browse the repository at this point in the history
  • Loading branch information
sakura-ryoko committed Nov 26, 2024
1 parent dc0a142 commit b70edb1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public class ModListWidget extends AlwaysSelectedEntryListWidget<ModListEntry> i
private List<Mod> mods = null;
private final Set<Mod> addedMods = new HashSet<>();
private String selectedModId = null;
private boolean scrolling;
//private boolean scrolling;
private final FabricIconHandler iconHandler = new FabricIconHandler();

public ModListWidget(
Expand Down Expand Up @@ -278,7 +278,7 @@ public void ensureVisible(ModListEntry entry) {
super.ensureVisible(entry);
}

// FIXME --> Was removed from super class
// FIXME --> Was removed from super class (updateScrollingState / mouseClicked)
/*
@Override
protected void updateScrollingState(double double_1, double double_2, int int_1) {
Expand Down

0 comments on commit b70edb1

Please sign in to comment.