Skip to content
Snippets Groups Projects
Commit ae31f037 authored by Christoph Schmidt's avatar Christoph Schmidt
Browse files

Changed the logger implementation. Updated to 1.2.1

parent 4025ce5d
No related branches found
No related tags found
No related merge requests found
[project] [project]
name = "confighandler" name = "confighandler"
version = "1.2.0" version = "1.2.1"
authors = [ authors = [
{ name="Christoph Schmidt", email="cschmidt.fs@gmail.com" }, { name="Christoph Schmidt", email="cschmidt.fs@gmail.com" },
] ]
......
...@@ -43,6 +43,6 @@ class FieldViewInt(FieldView): ...@@ -43,6 +43,6 @@ class FieldViewInt(FieldView):
# pass # pass
def _on_value_changed_partial(self, value): def _on_value_changed_partial(self, value):
#print(f">>> {self.parent_field.name}: Value changed {value}")
for edit in self.ui_edit_fields: for edit in self.ui_edit_fields:
edit.setValue(int(value)) edit.setValue(int(value))
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment