NOOP: whitespace
authorPaul Davis <paul@linuxaudiosystems.com>
Mon, 29 Aug 2016 10:38:48 +0000 (06:38 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Mon, 29 Aug 2016 10:38:48 +0000 (06:38 -0400)
gtk2_ardour/option_editor.cc

index 694cf84018044652c68e5f1ecfa9dada818e083a..995f12ab48dcf2faed49b4f908f1b09c0bf1136d 100644 (file)
@@ -524,11 +524,13 @@ OptionEditor::treeview_row_selected ()
 {
        Glib::RefPtr<Gtk::TreeSelection> selection = option_treeview.get_selection();
        TreeModel::iterator iter = selection->get_selected();
-       if(iter) {
+
+       if (iter) {
                TreeModel::Row row = *iter;
                Gtk::Widget* w = row[option_columns.widget];
                if (w) {
                        _notebook.set_current_page (_notebook.page_num (*w));
+                       cerr << "OE: set current page to " << _notebook.page_num (*w) << endl;
                }
        }
 }