mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 01:29:42 -06:00
DolphinWX: Disable 'maker' column hiding
This was done because showing a column was broken: Showing a column repopulates the column with no regard for the sorted order. This results in a seemingly random order. (actually the order of m_ISO_FILES)
This commit is contained in:
@ -105,8 +105,6 @@ private:
|
||||
|
||||
void CompressSelection(bool _compress);
|
||||
void AutomaticColumnWidth();
|
||||
void ShowColumn(int column, int width);
|
||||
void HideColumn(int column);
|
||||
void UnselectAll();
|
||||
|
||||
static bool CompressCB(const std::string& text, float percent, void* arg);
|
||||
|
Reference in New Issue
Block a user