From 57536c2f9c0e5482e8e3403e853128c3b949ba20 Mon Sep 17 00:00:00 2001 From: rnv Date: Fri, 21 Jun 2019 17:28:47 +0300 Subject: [PATCH] 17077 [EDF] GUI --- src/OCCViewer/OCCViewer_ViewWindow.cxx | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/OCCViewer/OCCViewer_ViewWindow.cxx b/src/OCCViewer/OCCViewer_ViewWindow.cxx index f866ca29c..7210d572e 100644 --- a/src/OCCViewer/OCCViewer_ViewWindow.cxx +++ b/src/OCCViewer/OCCViewer_ViewWindow.cxx @@ -122,6 +122,11 @@ static QEvent* l_mbPressEvent = 0; #undef KeyPress #endif +#ifdef KeyRelease +#undef KeyRelease +#endif + + // Enable ray tracing features #define ENABLE_RAY_TRACING -- 2.39.2