We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0139a84 commit da380caCopy full SHA for da380ca
Source/Dialogs/TextEditorDialog.h
@@ -2878,7 +2878,8 @@ void PlugDataTextEditor::renderTextUsingGlyphArrangement(Graphics& g)
2878
2879
struct TextEditorDialog final : public Component
2880
, public ChangeListener {
2881
- ResizableBorderComponent resizer;
+
2882
+ MouseRateReducedComponent<ResizableBorderComponent> resizer;
2883
std::unique_ptr<Button> closeButton;
2884
ComponentDragger windowDragger;
2885
ComponentBoundsConstrainer constrainer;
0 commit comments