X-Git-Url: http://git.tremily.us/?p=hooke.git;a=blobdiff_plain;f=hooke%2Fui%2Fgui%2Fpanel%2Fplot.py;fp=hooke%2Fui%2Fgui%2Fpanel%2Fplot.py;h=54ca57aa6761ada157f27b30804df3bf1afbca26;hp=4191495417150c986460d4c26987ea4998c88ed6;hb=60b12a779acf92ec32ef2d0ed9e5766b11705150;hpb=01c8dd10d343718246c48dc2f4c122d59913de4d diff --git a/hooke/ui/gui/panel/plot.py b/hooke/ui/gui/panel/plot.py index 4191495..54ca57a 100644 --- a/hooke/ui/gui/panel/plot.py +++ b/hooke/ui/gui/panel/plot.py @@ -261,7 +261,7 @@ class PlotPanel (Panel, wx.Panel): self.Refresh() def OnPaint(self, event): - print 'painting' + print('painting') super(PlotPanel, self).OnPaint(event) self._c['canvas'].draw()