Skip to content

Commit 9066b10

Browse files
committed
clear buildreport grid (fix #110)
1 parent d20ab59 commit 9066b10

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

UnityLauncherPro/MainWindow.xaml.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,8 +128,9 @@ void Start()
128128
// clear updates grid
129129
dataGridUpdates.Items.Clear();
130130

131-
// clear buildreport grid
131+
// clear buildreport grids
132132
gridBuildReport.Items.Clear();
133+
gridBuildReportData.Items.Clear();
133134

134135
// build notifyicon (using windows.forms)
135136
notifyIcon = new System.Windows.Forms.NotifyIcon();

0 commit comments

Comments
 (0)