Skip to content

Commit c83c1d0

Browse files
committed
fix double click to launch, after cell edit #32
1 parent 1e3533a commit c83c1d0

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

UnityLauncherPro/MainWindow.xaml.cs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1404,6 +1404,12 @@ private void GridRecent_CellEditEnding(object sender, DataGridCellEditEndingEven
14041404
Console.WriteLine("Modified platform target: " + newcellValue);
14051405
}
14061406

1407+
gridRecent.CommitEdit();
1408+
gridRecent.CommitEdit();
1409+
1410+
// TODO add esc to cancel edit
1411+
//gridRecent.CancelEdit();
1412+
14071413
// TODO select the same row again
14081414
}
14091415

0 commit comments

Comments
 (0)