merge with dev

This commit is contained in:
Desmis
2018-01-15 11:22:49 +01:00
6 changed files with 224 additions and 331 deletions

View File

@@ -135,7 +135,11 @@ void CoordinateAdjuster::createWidgets(const std::vector<Axis> &axis)
box->attach_next_to(*(currAdjuster->spinButton), Gtk::POS_LEFT, 1, 1);
box->attach_next_to(*(currAdjuster->label), Gtk::POS_LEFT, 1, 1);
add(*box);
Gtk::FlowBoxChild *fbChild = Gtk::manage(new Gtk::FlowBoxChild());
fbChild->set_can_focus(false);
fbChild->add(*box);
add(*fbChild);
}
}