2
0
Fork 0

Merge branch 'development' of https://github.com/reales/OB-Xd into development

This commit is contained in:
George Reales 2022-07-15 11:55:07 +02:00
commit 3a868a88e9
1 changed files with 1 additions and 5 deletions

View File

@ -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;