mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Small updates to ComponentBuilder, UnitTestRunner.
This commit is contained in:
parent
15375dd223
commit
a90aedce50
10 changed files with 50 additions and 16 deletions
|
|
@ -197,13 +197,15 @@ public:
|
|||
setButtons (screenPos, time, ModifierKeys());
|
||||
|
||||
if (safeOldComp != nullptr)
|
||||
sendMouseExit (current, screenPos, time);
|
||||
{
|
||||
componentUnderMouse = safeNewComp;
|
||||
sendMouseExit (safeOldComp, screenPos, time);
|
||||
}
|
||||
|
||||
buttonState = originalButtonState;
|
||||
}
|
||||
|
||||
componentUnderMouse = safeNewComp;
|
||||
current = getComponentUnderMouse();
|
||||
current = componentUnderMouse = safeNewComp;
|
||||
|
||||
if (current != nullptr)
|
||||
sendMouseEnter (current, screenPos, time);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue