fixed series are expanded when sorting
* fixed series are expanded when sorting * fixed null pointer exception when sorting
This commit is contained in:
@ -232,7 +232,7 @@ public class DBController {
|
||||
}
|
||||
|
||||
LOGGER.info("loading data to the GUI ...");
|
||||
mainWindowController.addDataUI();
|
||||
mainWindowController.addDataUI(mainWindowController.getFilmsList());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user