Fix for changing to different panel on data change.

After data has been edited, the current panel is now updated.
This commit is contained in:
2015-02-26 20:38:57 +01:00
parent 9ee421b792
commit 3ece3588e6
9 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -35,7 +35,7 @@ public class Main {
agn.fillArtists();
agn.fillStages();
w.updatePanel("table");
w.updatePanel();
}
}