summaryrefslogtreecommitdiff
path: root/src/AppleEvents.cc
diff options
context:
space:
mode:
authorMarius Kintel <marius@kintel.net>2013-05-28 05:25:03 (GMT)
committerMarius Kintel <marius@kintel.net>2013-05-28 05:25:03 (GMT)
commit33e873d8dae644b28dd3d6cbcf04450d6675fafd (patch)
treea0d6e570b21f18763ef33099b486d735ec22f2f4 /src/AppleEvents.cc
parenteade7ede546f2415dfe6a8ff36a77136f883d03b (diff)
Changed compile GUI logic to properly handler automatic reload on cascading changes
Diffstat (limited to 'src/AppleEvents.cc')
-rw-r--r--src/AppleEvents.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AppleEvents.cc b/src/AppleEvents.cc
index 1fb4f99..3102792 100644
--- a/src/AppleEvents.cc
+++ b/src/AppleEvents.cc
@@ -15,7 +15,7 @@ OSErr eventHandler(const AppleEvent *, AppleEvent *, SRefCon )
if (mainwin) break;
}
if (mainwin) {
- mainwin->actionReloadCompile();
+ mainwin->actionReloadRenderCSG();
}
return noErr;
}
contact: Jan Huwald // Impressum