mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
tweak to RTAS shutdown for PT8; added tooltips for the TableListBox; started adding some iphone audio code (not yet usable)
This commit is contained in:
parent
2e0808b1c5
commit
facb48b04c
13 changed files with 911 additions and 252 deletions
|
|
@ -233,8 +233,8 @@ public:
|
|||
comp->setBounds (pos);
|
||||
}
|
||||
}
|
||||
|
||||
if ((! keep)
|
||||
|
||||
if ((! keep)
|
||||
&& Component::isMouseButtonDownAnywhere()
|
||||
&& (comp == Component::getComponentUnderMouse()
|
||||
|| comp->isParentOf (Component::getComponentUnderMouse())))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue