Skip to content

Commit

Permalink
GUI main window tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
AllinCottrell committed Jan 7, 2025
1 parent 1d0ef3f commit d499eac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gui/treeutils.c
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,9 @@ void vwin_add_list_box (windata_t *vwin, GtkBox *box,
g_object_set(G_OBJECT(column), "resizable", TRUE, NULL);
} else if (i == 1 || i == 2) {
/* try to signal sortability to the user */
#if 0 /* 2025-01-07 */
gtk_tree_view_column_set_sort_order(column, GTK_SORT_DESCENDING);
#endif
gtk_tree_view_column_set_sort_indicator(column, TRUE);
}
/* first column specials */
Expand Down

0 comments on commit d499eac

Please sign in to comment.