Skip to content

Commit

Permalink
fixed ovverride
Browse files Browse the repository at this point in the history
  • Loading branch information
blancoberg committed Jan 6, 2025
1 parent 94b898f commit b6b4796
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/surge-xt/gui/widgets/PatchSelector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ struct PatchDBTypeAheadProvider : public TypeAheadDataProvider,
divider{juce::Colours::orchid};

void paintDataItem(int searchIndex, juce::Graphics &g, int width, int height,
bool rowIsSelected)
bool rowIsSelected) override
{
bool isMouseOver = selector->typeAhead->isRowMouseOver(searchIndex);

Expand Down

0 comments on commit b6b4796

Please sign in to comment.