|
|
|
@ -149,8 +149,6 @@ void MainWindow::item_selected_OTT(const Gtk::TreeModel::Path& path, const Gtk::
|
|
|
|
string str_flags = this->dynamic_update_entry(map_cmd_selection, vec_Option_OTT);
|
|
|
|
string str_flags = this->dynamic_update_entry(map_cmd_selection, vec_Option_OTT);
|
|
|
|
entryOTT->set_text(str_flags);
|
|
|
|
entryOTT->set_text(str_flags);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
void MainWindow::item_selected_IPT(const Gtk::TreeModel::Path& path, const Gtk::TreeModel::iterator&) {
|
|
|
|
void MainWindow::item_selected_IPT(const Gtk::TreeModel::Path& path, const Gtk::TreeModel::iterator&) {
|
|
|
|
auto selection_kernel = treeViewKernel->get_selection();
|
|
|
|
auto selection_kernel = treeViewKernel->get_selection();
|
|
|
|
|