Fixed deadlock in GTK debugger gui pointed out in SF patch #557.

This commit is contained in:
Volker Ruppert 2021-01-06 12:18:35 +00:00
parent 5ffb319df1
commit 30519781eb

View File

@ -817,7 +817,7 @@ void ShowDListCols (int totcols)
while (++i < firsthide)
gtk_tree_view_column_set_visible(AllCols[i], TRUE);
while (i < 23)
gtk_tree_view_column_set_visible(AllCols[i], FALSE);
gtk_tree_view_column_set_visible(AllCols[i++], FALSE);
}
// OS-dependent code that runs before each ListFill routine of each type