Fix channel prefer dialog not save
2 unresolved threads
2 unresolved threads
Compare changes
- Lan Dam authored
exclude ‘Default’ from avail_data_types because it only has meaning for plotting unknown channel and retrieve it at the beginning to not repeat the task redundantly; create_save_row_sql(): correct return’s type hint, correct data_type condition; fix row id in the message to user
@@ -81,12 +81,7 @@ class ChannelPreferDialog(OneWindowAtATimeDialog):
@@ -247,7 +242,6 @@ class ChannelPreferDialog(OneWindowAtATimeDialog):
@@ -436,6 +430,7 @@ class ChannelPreferDialog(OneWindowAtATimeDialog):
@@ -587,7+582,7 @@
@@ -596,7+591,7 @@
@@ -616,17 +611,18 @@ class ChannelPreferDialog(OneWindowAtATimeDialog):