diff Framework/Widgets/TestWorldSceneWidget.h @ 55:f0f354a97581 wasm

simplification
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 28 Apr 2017 17:24:18 +0200
parents 25befef48c35
children 53bd9277b025
line wrap: on
line diff
--- a/Framework/Widgets/TestWorldSceneWidget.h	Thu Apr 27 17:49:29 2017 +0200
+++ b/Framework/Widgets/TestWorldSceneWidget.h	Fri Apr 28 17:24:18 2017 +0200
@@ -54,6 +54,11 @@
       }
 
       virtual void UpdateContent();
+
+      virtual bool HasRenderMouseOver()
+      {
+        return true;
+      }
     };
   }
 }