summaryrefslogtreecommitdiff
path: root/libs/widgets/ardour_spacer.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2018-02-17 22:25:39 -0600
committerBen Loftis <ben@harrisonconsoles.com>2018-02-17 22:25:39 -0600
commit0b3026d388c13677c7ba6afbf2ef9770d6ad0dac (patch)
tree6bb7811db89e7236eb0477fb342136bb168d51f9 /libs/widgets/ardour_spacer.cc
parent4c7ad5db4dd3774bdf4acfed4a03c70891f9aa20 (diff)
Drop-shadow spacer; for theming.
Diffstat (limited to 'libs/widgets/ardour_spacer.cc')
-rw-r--r--libs/widgets/ardour_spacer.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/libs/widgets/ardour_spacer.cc b/libs/widgets/ardour_spacer.cc
index 4155a17ee4..712792a710 100644
--- a/libs/widgets/ardour_spacer.cc
+++ b/libs/widgets/ardour_spacer.cc
@@ -25,3 +25,9 @@ ArdourVSpacer::ArdourVSpacer (float r)
, ratio (r)
{
}
+
+ArdourDropShadow::ArdourDropShadow (float a)
+ : CairoWidget ()
+ , alpha (a)
+{
+}