mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 10:18:01 +00:00
add newline to separate functions
This commit is contained in:
@@ -293,6 +293,7 @@ public abstract class CardPanelContainer extends SkinnedPanel {
|
||||
public final void removeCardPanel(final CardPanel fromPanel) {
|
||||
removeCardPanel(fromPanel,true);
|
||||
}
|
||||
|
||||
public final void removeCardPanel(final CardPanel fromPanel, final boolean repaint) {
|
||||
FThreads.assertExecutedByEdt(true);
|
||||
if (getMouseDragPanel() != null) {
|
||||
|
||||
Reference in New Issue
Block a user