mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
c6a2024e30
commit
101b31a9ce
1 changed files with 3 additions and 0 deletions
|
|
@ -179,6 +179,9 @@ public:
|
|||
// set off a timer to move a blob around on this component every
|
||||
// 300 milliseconds - see the timerCallback() method.
|
||||
startTimer (300);
|
||||
|
||||
// initialise the position before we start..
|
||||
timerCallback();
|
||||
}
|
||||
|
||||
~CustomMenuComponent()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue