| @@ -100,6 +100,7 @@ void FileListComponent::changeListenerCallback (ChangeBroadcaster*) | |||||
| //============================================================================== | //============================================================================== | ||||
| class FileListComponent::ItemComponent : public Component, | class FileListComponent::ItemComponent : public Component, | ||||
| public TooltipClient, | |||||
| private TimeSliceClient, | private TimeSliceClient, | ||||
| private AsyncUpdater | private AsyncUpdater | ||||
| { | { | ||||
| @@ -190,6 +191,11 @@ public: | |||||
| repaint(); | repaint(); | ||||
| } | } | ||||
| String getTooltip() override | |||||
| { | |||||
| return owner.getTooltipForRow (index); | |||||
| } | |||||
| private: | private: | ||||
| //============================================================================== | //============================================================================== | ||||
| FileListComponent& owner; | FileListComponent& owner; | ||||