mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-19 04:08:01 +00:00
Minor update to DragTab.
This commit is contained in:
@@ -60,6 +60,12 @@ public final class DragTab extends JLabel implements ILocalRepaint {
|
|||||||
return priority;
|
return priority;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// There should be no need for this method.
|
||||||
|
@SuppressWarnings("unused")
|
||||||
|
private void setPriority() {
|
||||||
|
// Intentionally empty.
|
||||||
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public void repaintThis() {
|
public void repaintThis() {
|
||||||
final Dimension d = DragTab.this.getSize();
|
final Dimension d = DragTab.this.getSize();
|
||||||
|
|||||||
Reference in New Issue
Block a user