Solving issue 1940: "Sliders values wrap around"
This commit is contained in:
@@ -394,7 +394,7 @@ MySpinButton::MySpinButton () {
|
|||||||
border.right = 3;
|
border.right = 3;
|
||||||
set_inner_border(border);
|
set_inner_border(border);
|
||||||
set_numeric(true);
|
set_numeric(true);
|
||||||
set_wrap(true);
|
set_wrap(false);
|
||||||
set_alignment(Gtk::ALIGN_RIGHT);
|
set_alignment(Gtk::ALIGN_RIGHT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user