mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
<sep-soft> support
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@166 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
@@ -91,7 +91,7 @@ IMPLEMENT_REFLECTION(TextStyle) {
|
||||
// ----------------------------------------------------------------------------- : TextValue
|
||||
|
||||
String TextValue::toString() const {
|
||||
return untag(value());
|
||||
return untag_hide_sep(value());
|
||||
}
|
||||
bool TextValue::update(Context& ctx) {
|
||||
Value::update(ctx);
|
||||
|
||||
Reference in New Issue
Block a user