summaryrefslogtreecommitdiff
path: root/libs/canvas/canvas
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-09-19 16:11:22 -0500
committerPaul Davis <paul@linuxaudiosystems.com>2016-09-27 14:59:31 -0500
commit216ce7bcb89f218dd1966e104416fc94ed6041eb (patch)
treef04c7b351302503b76c5c9482ebec5f6b64162a5 /libs/canvas/canvas
parentb83548617077eecacd4e65c3c10ee154494f9823 (diff)
a slew of unconnected mostly minor tweaks to get Push2 support back to where it was...
... prior to using the canvas for the video screen
Diffstat (limited to 'libs/canvas/canvas')
-rw-r--r--libs/canvas/canvas/item.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/canvas/canvas/item.h b/libs/canvas/canvas/item.h
index e92fc7fb4b..4c0366b859 100644
--- a/libs/canvas/canvas/item.h
+++ b/libs/canvas/canvas/item.h
@@ -165,8 +165,8 @@ public:
void raise (int);
void lower_to_bottom ();
- void hide ();
- void show ();
+ virtual void hide ();
+ virtual void show ();
/** @return true if this item is visible (ie it will be rendered),
* otherwise false