Refresh en close toegevoegd (infoframe)
Het venster met info over de artiest en het event refresh na een bewerking en verdwijnt wanneer het wordt verwijderd.
This commit is contained in:
+1
-1
@@ -34,7 +34,7 @@ public class PanelArtSta extends JPanel implements Panel{
|
||||
|
||||
if (artists.getSelectedIndex() == -1) {
|
||||
} else {
|
||||
new EditArtistPanel(w.getAgenda(), a.getArtists().get(artists.getSelectedIndex()));
|
||||
new EditArtistPanel(w.getAgenda(), a.getArtists().get(artists.getSelectedIndex()), null);
|
||||
artists.clearSelection();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user