add keybinding editor
[ardour.git] / gtk2_ardour / diamond.cc
index 31761597cdc6029f9a4bb97eee71fd2b0f72a09b..53341cf2469802af20e965ff44172c8d562936dd 100644 (file)
@@ -26,7 +26,7 @@ Diamond::Diamond(Group& group, double height)
        : Polygon(group)
 {
        Points points;
-       points.push_back(Point(0, height*2));
+       points.push_back(Point(0, height*2.0));
        points.push_back(Point(height, height));
        points.push_back(Point(0, 0));
        points.push_back(Point(-height, height));