Small cleanup and bugfix, language strings correction and adding a "block" method to the Adjuster class
This commit is contained in:
@@ -50,6 +50,7 @@ class Adjuster : public Gtk::VBox {
|
||||
int digits;
|
||||
Gtk::CheckButton* editedCheckBox;
|
||||
bool afterReset;
|
||||
bool blocked;
|
||||
|
||||
double shapeValue (double a);
|
||||
void refreshLabelStyle ();
|
||||
@@ -71,6 +72,7 @@ class Adjuster : public Gtk::VBox {
|
||||
EditedState getEditedState ();
|
||||
void setDefaultEditedState (EditedState eState);
|
||||
void showEditedCB ();
|
||||
void block(bool isBlocked) { blocked = isBlocked; }
|
||||
|
||||
|
||||
void spinChanged ();
|
||||
|
Reference in New Issue
Block a user