Merge branch 'development' of https://github.com/reales/OB-Xd into development
This commit is contained in:
commit
3a868a88e9
1 changed files with 1 additions and 5 deletions
|
@ -85,11 +85,7 @@ public:
|
|||
void buttonClicked (Button *) override;
|
||||
//bool keyPressed(const KeyPress & press) override;
|
||||
void timerCallback() override {
|
||||
#if JUCE_WINDOWS || JUCE_LINUX
|
||||
// No run timer to grab component on window
|
||||
#else
|
||||
this->grabKeyboardFocus();
|
||||
#endif
|
||||
|
||||
countTimer ++;
|
||||
if (countTimer == 4 && needNotifytoHost){
|
||||
countTimer = 0;
|
||||
|
|
Loading…
Reference in a new issue