Skip to content

Commit da380ca

Browse files
committed
Reduce resize rate for text editor dialog
1 parent 0139a84 commit da380ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Source/Dialogs/TextEditorDialog.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2878,7 +2878,8 @@ void PlugDataTextEditor::renderTextUsingGlyphArrangement(Graphics& g)
28782878

28792879
struct TextEditorDialog final : public Component
28802880
, public ChangeListener {
2881-
ResizableBorderComponent resizer;
2881+
2882+
MouseRateReducedComponent<ResizableBorderComponent> resizer;
28822883
std::unique_ptr<Button> closeButton;
28832884
ComponentDragger windowDragger;
28842885
ComponentBoundsConstrainer constrainer;

0 commit comments

Comments
 (0)