mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Added Alignment, Defaultable and Scriptable types, needed some reflection tweaks for the last two.
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@17 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+2
-2
@@ -20,7 +20,7 @@ Field::Field()
|
||||
, card_list_column (-1)
|
||||
, card_list_width (100)
|
||||
, card_list_allow (true)
|
||||
// , card_list_align (ALIGN_LEFT)
|
||||
, card_list_align (ALIGN_LEFT)
|
||||
, tab_index (0)
|
||||
{}
|
||||
|
||||
@@ -38,7 +38,7 @@ IMPLEMENT_REFLECTION(Field) {
|
||||
REFLECT(card_list_column);
|
||||
REFLECT(card_list_width);
|
||||
REFLECT(card_list_allow);
|
||||
// REFLECT(card_list_align);
|
||||
REFLECT(card_list_align);
|
||||
REFLECT(tab_index);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user