1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-29 02:40:05 +00:00

Added a few methods to Rectangle. Small fix for ValueTrees.

This commit is contained in:
Julian Storer 2010-06-16 10:55:00 +01:00
parent 2df522076b
commit fab2c76194
19 changed files with 345 additions and 77 deletions

View file

@ -650,7 +650,7 @@ void TreeView::paint (Graphics& g)
void TreeView::resized()
{
viewport->setBounds (0, 0, getWidth(), getHeight());
viewport->setBounds (getLocalBounds());
itemsChanged();
handleAsyncUpdate();