mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[apps/code] Fix willDisplayCellForIndex
Problem: some nodes were not displayed, because the subtitles count was not taken into account when using the index parameter if willDisplayCellForIndex
This commit is contained in:
@@ -73,7 +73,7 @@ private:
|
||||
ScriptNode * scriptNodeAtIndex(int index);
|
||||
|
||||
// Cell getters
|
||||
int typeAndOriginAtLocation(int i, NodeOrigin * resultOrigin) const;
|
||||
int typeAndOriginAtLocation(int i, NodeOrigin * resultOrigin = nullptr, int * cumulatedOriginsCount = nullptr) const;
|
||||
|
||||
// NestedMenuController
|
||||
HighlightCell * leafCellAtIndex(int index) override { assert(false); return nullptr; }
|
||||
|
||||
Reference in New Issue
Block a user