diff options
author | Marius Kintel <marius@kintel.net> | 2013-05-28 05:25:03 (GMT) |
---|---|---|
committer | Marius Kintel <marius@kintel.net> | 2013-05-28 05:25:03 (GMT) |
commit | 33e873d8dae644b28dd3d6cbcf04450d6675fafd (patch) | |
tree | a0d6e570b21f18763ef33099b486d735ec22f2f4 /src/AppleEvents.cc | |
parent | eade7ede546f2415dfe6a8ff36a77136f883d03b (diff) |
Changed compile GUI logic to properly handler automatic reload on cascading changes
Diffstat (limited to 'src/AppleEvents.cc')
-rw-r--r-- | src/AppleEvents.cc | 2 |
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; } |