[Update] Epsilon 15.3.1

This commit is contained in:
Joachim LF
2021-01-21 17:27:39 +01:00
700 changed files with 15118 additions and 7297 deletions

View File

@@ -41,7 +41,7 @@ bool DateTimeController::handleEvent(Ion::Events::Event event) {
for (int i = 0; i < numberOfRows(); i++) {
m_selectableTableView.reloadCellAtLocation(0, i);
}
AppsContainer::sharedAppsContainer()->redrawWindow(true);
AppsContainer::sharedAppsContainer()->redrawWindow();
return true;
}