mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 13:06:59 -04:00
Make sure that after_reading is called when loading a Symbol. This fixes #68
This commit is contained in:
@@ -335,6 +335,9 @@ void Symbol::after_reading(Version v) {
|
||||
SymbolGroup::after_reading(v);
|
||||
updateBounds();
|
||||
}
|
||||
void after_reading(Symbol& symbol, Version v) {
|
||||
symbol.after_reading(v);
|
||||
}
|
||||
|
||||
double Symbol::aspectRatio() const {
|
||||
// Margin between the edges and the symbol.
|
||||
|
||||
Reference in New Issue
Block a user