From 140b63493987cf278c522a1b305eccc26073718c Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 28 Nov 2011 08:48:36 +0000 Subject: Independent control of corner radiuses. Fancy port stylez. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3665 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/Port.cpp | 4 +++- src/gui/Port.hpp | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/src/gui/Port.cpp b/src/gui/Port.cpp index c492d2aa..a7153ff3 100644 --- a/src/gui/Port.cpp +++ b/src/gui/Port.cpp @@ -38,7 +38,7 @@ namespace Ingen { using namespace Shared; namespace GUI { -ArtVpathDash* Port::_dash; +//ArtVpathDash* Port::_dash; Port* Port::create(App& app, @@ -275,6 +275,7 @@ Port::property_changed(const URI& key, const Atom& value) } } +/* ArtVpathDash* Port::dash() { @@ -296,6 +297,7 @@ Port::dash() return _dash; } +*/ void Port::set_selected(bool b) diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp index f1c4b80a..8a8d901f 100644 --- a/src/gui/Port.hpp +++ b/src/gui/Port.hpp @@ -62,7 +62,7 @@ public: void set_selected(bool b); - ArtVpathDash* dash(); + //ArtVpathDash* dash(); private: Port(App& app, @@ -76,7 +76,7 @@ private: bool on_event(GdkEvent* ev); void moved(); - static ArtVpathDash* _dash; + //static ArtVpathDash* _dash; App& _app; WeakPtr _port_model; -- cgit v1.2.1