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:
parent
a6ccee8e02
commit
7be889a775
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue