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

Projucer: Fixed a bug when renaming a file or group in the file tree where the renaming box wouldn't fully cover the item's name

This commit is contained in:
ed 2017-06-20 17:18:35 +01:00
parent a6ccee8e02
commit 7be889a775

View file

@ -97,6 +97,7 @@ void JucerTreeViewBase::paintIcon (Graphics &g, Rectangle<float> area)
{
g.setColour (getContentColour (true));
getIcon().draw (g, area, isIconCrossedOut());
textX = roundToInt (area.getRight());
}
void JucerTreeViewBase::paintItem (Graphics& g, int width, int height)