Solving issue 1940: "Sliders values wrap around"

This commit is contained in:
Hombre
2013-08-05 18:03:31 +02:00
parent 7b0d84fd15
commit 6762b43975

View File

@@ -394,7 +394,7 @@ MySpinButton::MySpinButton () {
border.right = 3;
set_inner_border(border);
set_numeric(true);
set_wrap(true);
set_wrap(false);
set_alignment(Gtk::ALIGN_RIGHT);
}