mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 13:37:00 -04:00
Card list sorting is now handled per window (closes #71)
This commit is contained in:
@@ -102,7 +102,7 @@ protected:
|
||||
wxSize DoGetBestClientSize() const override;
|
||||
|
||||
// --------------------------------------------------- : Data
|
||||
VoidP selected_item; ///< The currently selected item
|
||||
VoidP selected_item; ///< The currently selected item
|
||||
long selected_item_pos; ///< Position of the selected item in the sorted_list, or -1 if no card is selected
|
||||
long sort_by_column; ///< Column to use for sorting, or -1 if not sorted
|
||||
bool sort_ascending; ///< Sort order
|
||||
|
||||
Reference in New Issue
Block a user