Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/XTMF2.GUI/Controls/ModelSystemCanvas.cs
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,7 @@ protected override Size ArrangeOverride(Size finalSize)
// Position the inline editor at the stored row location (scaled to screen coords).
if (_editingParamNode is not null && _editingParamEditorW > 0)
{
_inlineEditor.FontSize = HookFontSize * _scale;
_inlineEditor.Arrange(new Rect(
_editingParamEditorX * _scale,
_editingParamEditorY * _scale,
Expand Down
Loading