mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
NOOP: whitespace
This commit is contained in:
parent
95e3f7663e
commit
b7e8d6f131
1 changed files with 3 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue