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