GameListCtrl: Reimplement Custom Paint to remove column lines.

This leaves system themes enabled and instead just repaints the
list view background to eliminate the column ruler lines.
This commit is contained in:
EmptyChaos
2016-08-03 15:03:18 +00:00
parent 50756d69c0
commit 9842cef13f
2 changed files with 36 additions and 7 deletions

View File

@ -61,6 +61,10 @@ public:
NUMBER_OF_COLUMN
};
#ifdef __WXMSW__
bool MSWOnNotify(int id, WXLPARAM lparam, WXLPARAM* result) override;
#endif
private:
std::vector<int> m_FlagImageIndex;
std::vector<int> m_PlatformImageIndex;