mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-11 05:07:00 -04:00
Fix warnings
Semi-fix bug #6 (does not work if the zipfile was loaded from a directory) git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1439 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -109,9 +109,9 @@ class StatDimensionList : public GalleryList {
|
||||
public:
|
||||
StatDimensionList(Window* parent, int id, bool show_empty, int dimension_count = 3)
|
||||
: GalleryList(parent, id, wxVERTICAL, false)
|
||||
, show_empty(show_empty)
|
||||
, dimension_count(dimension_count)
|
||||
, prefered_dimension_count(dimension_count)
|
||||
, show_empty(show_empty)
|
||||
{
|
||||
//item_size = wxSize(150, 23);
|
||||
subcolumns[0].size = wxSize(140,23);
|
||||
|
||||
Reference in New Issue
Block a user