summaryrefslogtreecommitdiffstats
path: root/ToolAddRect.h
diff options
context:
space:
mode:
Diffstat (limited to 'ToolAddRect.h')
-rw-r--r--ToolAddRect.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ToolAddRect.h b/ToolAddRect.h
index b6b20a9..8c777f4 100644
--- a/ToolAddRect.h
+++ b/ToolAddRect.h
@@ -44,6 +44,10 @@ class ToolAddRect : public Tool, public EventHandler, public Renderer {
return image;
}
+ virtual bool hoverFilter(const LevelObject &object) const {
+ return false;
+ }
+
virtual EventHandler* getEventHandler() {
return this;
}