Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaarten Gribnau <mail@maartengribnau.com>2003-01-02 00:20:10 +0300
committerMaarten Gribnau <mail@maartengribnau.com>2003-01-02 00:20:10 +0300
commit6cafc69ef61fd09a8432e5499616232a2ff25a0b (patch)
tree7ad03a83eb827a4033eb1d4734e4291b54ce3ad2 /intern/ghost
parent729281a02169bafd4c56f72c6df9097e272cdd2a (diff)
Removed injust assertion failure when clicking on the menu bar. Debug target would complain about an invalid window.
Maarten
Diffstat (limited to 'intern/ghost')
-rw-r--r--intern/ghost/intern/GHOST_SystemCarbon.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/ghost/intern/GHOST_SystemCarbon.cpp b/intern/ghost/intern/GHOST_SystemCarbon.cpp
index 1d1181a4f2f..1b44a83d3fa 100644
--- a/intern/ghost/intern/GHOST_SystemCarbon.cpp
+++ b/intern/ghost/intern/GHOST_SystemCarbon.cpp
@@ -629,7 +629,6 @@ bool GHOST_SystemCarbon::handleMouseDown(EventRef event)
part = ::FindWindow(mousePos, &window);
ghostWindow = (GHOST_IWindow*) ::GetWRefCon(window);
- GHOST_ASSERT(validWindow(ghostWindow), "GHOST_SystemCarbon::handleMouseEvent: invalid window");
switch (part) {
case inMenuBar: