popupbutton (used for the curve editors) now use only the left mouse button ; may be enhanced later with more common GTK's widget if necessary and if possible

This commit is contained in:
Hombre
2010-12-11 03:47:56 +01:00
parent 791fabf64b
commit a76ebbcd78
4 changed files with 22 additions and 15 deletions

View File

@@ -215,7 +215,7 @@ void CurveEditorGroup::newLine() {
int j = numberOfPackedCurve;
for (int i = (int)(curveEditors.size())-1; i >= j; i--)
{
headerBox->pack_end (*curveEditors[i]->curveType, Gtk::PACK_EXPAND_WIDGET, 2);
headerBox->pack_end (*curveEditors[i]->curveType->buttonGroup, Gtk::PACK_EXPAND_WIDGET, 2);
numberOfPackedCurve++;
}