Cleanup: use DoGetBestClientSize

This commit is contained in:
Twan van Laarhoven
2020-04-10 16:57:21 +02:00
parent 25fd7dc079
commit 5700005243
2 changed files with 4 additions and 5 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ class GalleryList : public wxPanel {
virtual void onSelect(size_t item, size_t col, bool& changes) {}
/// Return the desired size of control
virtual wxSize DoGetBestSize() const;
virtual wxSize DoGetBestClientSize() const;
/// Information on the subcolumns. These are columns inside items
struct SubColumn {