1
0
Fork 0
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:
Julian Storer 2009-10-29 13:36:47 +00:00
parent 2e0808b1c5
commit facb48b04c
13 changed files with 911 additions and 252 deletions

View file

@ -233,8 +233,8 @@ public:
comp->setBounds (pos);
}
}
if ((! keep)
if ((! keep)
&& Component::isMouseButtonDownAnywhere()
&& (comp == Component::getComponentUnderMouse()
|| comp->isParentOf (Component::getComponentUnderMouse())))