We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4768d03 commit 4788d99Copy full SHA for 4788d99
odmtools/controller/frmSeriesSelector.py
@@ -189,7 +189,11 @@ def onRbAllRadiobutton(self, event):
189
:return:
190
"""
191
192
- logger.debug("onRbAllRadioButton called! ")
+ if self.checkSite.GetValue() or self.checkVariable.GetValue():
193
+ self.checkSite.SetValue(False)
194
+ self.checkVariable.SetValue(False)
195
+
196
+ #logger.debug("onRbAllRadioButton called! ")
197
self.cpnlSimple.Collapse(True)
198
self.Layout()
199
self.setFilter()
@@ -205,6 +209,8 @@ def onRbSimpleRadiobutton(self, event):
205
209
self.cpnlSimple.Expand()
206
210
207
211
212
213
+ ##
208
214
if not self.checkSite.GetValue() and not self.checkVariable.GetValue():
215
216
return
0 commit comments