aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/NodeView.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-01-13 02:15:27 +0000
committerDavid Robillard <d@drobilla.net>2013-01-13 02:15:27 +0000
commit17bedcd4fa7b02630afe2baef367c48b551973ef (patch)
tree8150f7f76e1748d7d11ea84294e10161f462e5f9 /src/gui/NodeView.cpp
parentb6deb0e4ae423e7030495e3c2977f5d87a823f5f (diff)
downloadmachina-17bedcd4fa7b02630afe2baef367c48b551973ef.tar.gz
machina-17bedcd4fa7b02630afe2baef367c48b551973ef.tar.bz2
machina-17bedcd4fa7b02630afe2baef367c48b551973ef.zip
Show nodes after recording.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4948 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeView.cpp')
-rw-r--r--src/gui/NodeView.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/gui/NodeView.cpp b/src/gui/NodeView.cpp
index 674531c..552bd21 100644
--- a/src/gui/NodeView.cpp
+++ b/src/gui/NodeView.cpp
@@ -47,6 +47,10 @@ NodeView::NodeView(Gtk::Window* window,
node->signal_property.connect(
sigc::mem_fun(this, &NodeView::on_property));
+
+ for (const auto& p : node->properties()) {
+ on_property(p.first, p.second);
+ }
}
bool