mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-12 05:36:59 -04:00
rename Font to FontRef
for consistency with SymbolFontRef
This commit is contained in:
@@ -44,7 +44,7 @@ public:
|
||||
PackageChoiceStyle(const PackageChoiceFieldP& field);
|
||||
DECLARE_STYLE_TYPE(PackageChoice);
|
||||
|
||||
Font font; ///< Font to use for the text
|
||||
FontRef font; ///< Font to use for the text
|
||||
|
||||
int update(Context&) override;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user