mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-19 01:04:20 +00:00
Fix for Graphics::drawBevel. Minor introjucer changes.
This commit is contained in:
parent
4f0c2c0fb8
commit
51a81f5f4d
7 changed files with 93 additions and 27 deletions
|
|
@ -431,7 +431,7 @@ void ProjectTreeViewBase::addSubItems()
|
|||
|
||||
void ProjectTreeViewBase::refreshSubItems()
|
||||
{
|
||||
OpennessRestorer openness (*this);
|
||||
WholeTreeOpennessRestorer openness (*this);
|
||||
clearSubItems();
|
||||
addSubItems();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue