mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
fixed update ui for NewWindow
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@106 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+6
-2
@@ -31,13 +31,17 @@ Set::Set()
|
||||
Set::Set(const GameP& game)
|
||||
: game(game)
|
||||
, script_manager(new ScriptManager(*this))
|
||||
{}
|
||||
{
|
||||
data.init(game->set_fields);
|
||||
}
|
||||
|
||||
Set::Set(const StyleSheetP& stylesheet)
|
||||
: stylesheet(stylesheet)
|
||||
, game(stylesheet->game)
|
||||
, script_manager(new ScriptManager(*this))
|
||||
{}
|
||||
{
|
||||
data.init(game->set_fields);
|
||||
}
|
||||
|
||||
Set::~Set() {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user