summaryrefslogtreecommitdiff
path: root/history.txt
diff options
context:
space:
mode:
authorjmoenig <jens@moenig.org>2013-11-22 11:00:05 +0100
committerjmoenig <jens@moenig.org>2013-11-22 11:00:05 +0100
commitc8bc990011f8b508bbf153ae92a50c1e4d7ea232 (patch)
tree53214d7901e2953f2950054f69d600c6661af770 /history.txt
parent6cc86fa7515379571928674b7fe29e6b25acf596 (diff)
downloadsnap-c8bc990011f8b508bbf153ae92a50c1e4d7ea232.tar.gz
snap-c8bc990011f8b508bbf153ae92a50c1e4d7ea232.zip
fixed #238 - don’t trigger events for eclipsed morphs
(whose parent-chain contains a hidden morph)
Diffstat (limited to 'history.txt')
-rwxr-xr-xhistory.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/history.txt b/history.txt
index 8d69104..5228d50 100755
--- a/history.txt
+++ b/history.txt
@@ -2000,3 +2000,7 @@ ______
* BYOB, Blocks: custom block input slots reverting to default now show their default value
* Blocks: fixed read-only input slot coloring glitch, thanks Bernat, for reporting it!
* Objects: fixed #231 (watcher-display of Booleans)
+
+131122
+------
+* Morphic: Don’t trigger events for eclipsed morphs (whose parent-chain contains a hidden morph)