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:
parent
2df522076b
commit
fab2c76194
19 changed files with 345 additions and 77 deletions
|
|
@ -650,7 +650,7 @@ void TreeView::paint (Graphics& g)
|
|||
|
||||
void TreeView::resized()
|
||||
{
|
||||
viewport->setBounds (0, 0, getWidth(), getHeight());
|
||||
viewport->setBounds (getLocalBounds());
|
||||
|
||||
itemsChanged();
|
||||
handleAsyncUpdate();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue