MatthewASimonson / r-orange

Automatically exported from code.google.com/p/r-orange
Other
0 stars 0 forks source link

widget close error #506

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Traceback:
  File: redRWidgetGUI.py, line 359 in closeEvent
  Code: self.saveWidgetWindowState()
    File: redRWidgetGUI.py, line 343 in saveWidgetWindowState
    Code: self.windowState['size'] = self.size()
      TypeError: 'radioButtons' object is not callable 

I keep seeing this in various forms on widget close.  Any ideas Anup?

Original issue reported on code.google.com by kylecovi...@gmail.com on 26 Apr 2011 at 10:23

GoogleCodeExporter commented 9 years ago
cant reproduce error

Original comment by anup.parikh on 2 May 2011 at 12:48

GoogleCodeExporter commented 9 years ago
occurs on open and close of a widget 

1.put widget on canvas
2. open widget by clicking
3. close widget

Original comment by kylecovi...@gmail.com on 2 May 2011 at 1:53

GoogleCodeExporter commented 9 years ago
I think this is fixed.

Original comment by kylecovi...@gmail.com on 2 Jun 2011 at 2:52