File tree Expand file tree Collapse file tree
JuceLibraryCode/modules/juce_gui_basics
Source/Processors/RecordNode Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -174,7 +174,6 @@ class DrawableButton;
174174#include " mouse/juce_DragAndDropContainer.h"
175175#include " mouse/juce_FileDragAndDropTarget.h"
176176#include " mouse/juce_SelectedItemSet.h"
177- #include " mouse/juce_LassoComponent.h"
178177#include " mouse/juce_MouseInactivityDetector.h"
179178#include " mouse/juce_TextDragAndDropTarget.h"
180179#include " mouse/juce_TooltipClient.h"
@@ -280,6 +279,7 @@ class DrawableButton;
280279#include " lookandfeel/juce_LookAndFeel_V2.h"
281280#include " lookandfeel/juce_LookAndFeel_V1.h"
282281#include " lookandfeel/juce_LookAndFeel_V3.h"
282+ #include " mouse/juce_LassoComponent.h"
283283
284284}
285285
Original file line number Diff line number Diff line change @@ -206,7 +206,7 @@ void EngineConfigComponent::buttonClicked(Button* b)
206206 if (response == 1 )
207207 AccessClass::getProcessorGraph ()->getRecordNode ()->setParameter (3 , 0.0 );
208208 else
209- b->setToggleState (true , false );
209+ b->setToggleState (true , juce::NotificationType::dontSendNotification );
210210
211211
212212 }
You can’t perform that action at this time.
0 commit comments