Hi all,

the fix I suggested did not solve all problems. In particular, the
demographics widget did not repaint properly. 
After experimenting somewhat I found that uncommenting event.Skip() worked
better, even without calling wxPaintDC in _on_paint_event (see below).

Tim, could you check if this works for you, too ?

Hilmar


gmRegetMixin.py:


        def _on_paint_event(self, event):
                """Repopulate UI if data is stale."""
#               dc = wx.wxPaintDC(self)
                if self._data_stale:
                        self.__populate_with_data()
                event.Skip()            # FIXME: needed ?

-- 
5 GB Mailbox, 50 FreeSMS http://www.gmx.net/de/go/promail
+++ GMX - die erste Adresse für Mail, Message, More +++


_______________________________________________
Gnumed-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gnumed-devel

Reply via email to