From 3a29f0259f9a5881262982dbb030b60f4f1920ba Mon Sep 17 00:00:00 2001 From: "pinkerton%netscape.com" Date: Thu, 20 Aug 1998 21:49:11 +0000 Subject: [PATCH] Broadcast message on mouse-up. --- lib/mac/UserInterface/CColorCaption.cp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/mac/UserInterface/CColorCaption.cp b/lib/mac/UserInterface/CColorCaption.cp index 70143532ffd..3163ff1f80e 100644 --- a/lib/mac/UserInterface/CColorCaption.cp +++ b/lib/mac/UserInterface/CColorCaption.cp @@ -111,7 +111,8 @@ CChameleonBroadcastCaption :: CChameleonBroadcastCaption ( LStream* inStream ) void CChameleonBroadcastCaption :: ClickSelf ( const SMouseDownEvent & inEvent ) { - BroadcastMessage ( mMessage ); + if ( ! ::WaitMouseMoved(inEvent.macEvent.where) ) + BroadcastMessage ( mMessage ); } // ClickSelf