فهرست منبع

Fix broken copy function

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@35318 15284696-431f-4ddb-bdfa-cd5b030d7da7
Michael Barton 16 سال پیش
والد
کامیت
8d4a127169
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      gui/wxpython/gui_modules/menuform.py

+ 1 - 1
gui/wxpython/gui_modules/menuform.py

@@ -820,7 +820,7 @@ class mainFrame(wx.Frame):
         cmdstring = ' '.join(self.createCmd(ignoreErrors=True))
         cmddata.SetText(cmdstring)
         if wx.TheClipboard.Open():
-            wx.TheClipboard.UsePrimarySelection(True)
+#            wx.TheClipboard.UsePrimarySelection(True)
             wx.TheClipboard.SetData(cmddata)
             wx.TheClipboard.Close()
             self.SetStatusText( _("'%s' copied to clipboard") % \