1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

Whitespace

This commit is contained in:
jules 2015-04-20 18:06:35 +01:00
parent 7037b7243e
commit 70d09f7db9

View file

@ -745,7 +745,6 @@ public:
{
if (rowIsSelected)
g.fillAll (Colours::lightblue);
else if (rowNumber % 2)
g.fillAll (Colour (0xffeeeeee));
}