Skip to content

Commit

Permalink
Fix paste offset desync (#866)
Browse files Browse the repository at this point in the history
fix paste offset desync
  • Loading branch information
Philiquaz authored Mar 12, 2024
1 parent ddb6260 commit 75126e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/StudioCore/ParamEditor/ParamEditorScreen.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1642,6 +1642,7 @@ public void CopySelectionToClipboard(ParamEditorSelectionState selectionState)

_clipboardBaseRow = baseValue;
_currentCtrlVValue = _clipboardBaseRow.ToString();
_currentCtrlVOffset = "0";
}

private static void DelimiterInputText()
Expand Down

0 comments on commit 75126e3

Please sign in to comment.