Skip to content

Commit

Permalink
Fix small issue with initial undo
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatGravyBoat committed Jan 20, 2024
1 parent b704fc5 commit 16071a3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public MultiLineEditBox(Font font, int x, int y, int width, int height, TextHigh
}

public void setValue(String fullText) {
this.field.setValue(fullText, false);
this.field.setValue(fullText, true);
}

public String getValue() {
Expand Down

0 comments on commit 16071a3

Please sign in to comment.