(From issue #1027) The Adjuster's spin button is now frameless to solve (as a workaround) alignment inconsistency.
This commit is contained in:
@@ -109,10 +109,13 @@ public:
|
||||
*/
|
||||
class MySpinButton : public Gtk::SpinButton {
|
||||
|
||||
protected:
|
||||
bool on_scroll_event (GdkEventScroll* event);
|
||||
bool on_key_press_event (GdkEventKey* event);
|
||||
|
||||
public:
|
||||
MySpinButton ();
|
||||
void updateSize();
|
||||
};
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user