mirror of
https://github.com/amyinspace/MagicSetEditor2.git
synced 2026-06-10 04:57:00 -04:00
Scripts depending on content_something are re-updating after updating the content properties
git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@480 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
+2
-2
@@ -53,8 +53,8 @@ Context& Set::getContext(const CardP& card) {
|
||||
assert(wxThread::IsMain());
|
||||
return script_manager->getContext(card);
|
||||
}
|
||||
void Set::updateStyles(const CardP& card) {
|
||||
script_manager->updateStyles(card);
|
||||
void Set::updateStyles(const CardP& card, bool only_content_dependent) {
|
||||
script_manager->updateStyles(card, only_content_dependent);
|
||||
}
|
||||
void Set::updateDelayed() {
|
||||
script_manager->updateDelayed();
|
||||
|
||||
Reference in New Issue
Block a user