mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 21:06:59 -04:00
with paragraph_height text now resizes if a single paragraph becomes full;
Fixed issue with reader looping when save_value=false; Package manager will not contain packages that failed to load git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@681 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -50,8 +50,9 @@ class PackageManager {
|
||||
return typedP;
|
||||
} else {
|
||||
// not loaded, or loaded with wrong type (i.e. with just_header)
|
||||
p = typedP = new_intrusive<T>();
|
||||
typedP = new_intrusive<T>();
|
||||
typedP->open(filename);
|
||||
p = typedP;
|
||||
return typedP;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user