Changeset 51089


Ignore:
Timestamp:
Mar 17, 2012, 7:21:01 AM (12 years ago)
Author:
annakrat
Message:

wxGUI: attempt to get rid of CGContextRestoreGState on Mac (see wxWidgets ticket 4272)

Location:
grass/trunk/gui/wxpython/gui_core
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • grass/trunk/gui/wxpython/gui_core/goutput.py

    r50571 r51089  
    10591059        The same function is in TextCtrlAutoComplete class (prompt.py).
    10601060        """
    1061         self.Copy()
     1061        wx.CallAfter(self.Copy)
    10621062        event.Skip()
    10631063       
  • grass/trunk/gui/wxpython/gui_core/prompt.py

    r50415 r51089  
    729729        The same function is in GMStc class (goutput.py).
    730730        """
    731         self.Copy()
     731        wx.CallAfter(self.Copy)
    732732        event.Skip()
    733733       
Note: See TracChangeset for help on using the changeset viewer.