Skip to content

Commit e1ec7f8

Browse files
Fix cursor icon breaking sometimes
1 parent ca41cdf commit e1ec7f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MSUScripter/Views/MsuSongAdvancedPanel.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,8 +202,8 @@ private void TreeInputElement_OnPointerReleased(object? sender, PointerReleasedE
202202
if (_viewModel.UpdateDrag(null))
203203
{
204204
Service?.CheckFileErrors(_viewModel);
205-
control.Cursor = Cursor.Default;
206205
}
206+
control.Cursor = Cursor.Default;
207207
}
208208
catch (Exception ex)
209209
{

0 commit comments

Comments
 (0)