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