mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-23 01:44:22 +00:00
Minor fixes for mac 10.4 atomics, mouse dragging, tooltips.
This commit is contained in:
parent
b61ac0ea3c
commit
dcaa6ceb36
6 changed files with 50 additions and 32 deletions
|
|
@ -79,6 +79,9 @@ void TooltipWindow::mouseEnter (const MouseEvent&)
|
|||
void TooltipWindow::showFor (const String& tip)
|
||||
{
|
||||
jassert (tip.isNotEmpty());
|
||||
if (tipShowing != tip)
|
||||
repaint();
|
||||
|
||||
tipShowing = tip;
|
||||
|
||||
Point<int> mousePos (Desktop::getMousePosition());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue