mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-03-20 22:30:30 +01:00
Merge pull request #24 from numworks/fix-reload-home
[home] Fix reload view
This commit is contained in:
@@ -120,7 +120,7 @@ void Controller::tableViewDidChangeSelection(SelectableTableView * t, int previo
|
||||
* redrawing takes time and is visible at scrolling. Here, we avoid the
|
||||
* background complete redrawing but the code is a bit
|
||||
* clumsy. */
|
||||
if (m_container->numberOfApps()%2 == 1 && t->selectedColumn() == k_numberOfColumns -1) {
|
||||
if (m_container->numberOfApps()%2 == 0 && t->selectedColumn() == k_numberOfColumns -1) {
|
||||
m_view.reloadBottomRightCorner(this);
|
||||
}
|
||||
/* To prevent the selectable table view to select cells that are unvisible,
|
||||
|
||||
Reference in New Issue
Block a user