|
@@ -8,7 +8,7 @@ Classes:
|
|
|
- workspace::WriteWorkspaceFile
|
|
|
- workspace::ProcessGrcFile
|
|
|
|
|
|
-(C) 2007-2011 by the GRASS Development Team
|
|
|
+(C) 2007-2016 by the GRASS Development Team
|
|
|
|
|
|
This program is free software under the GNU General Public License
|
|
|
(>=v2). Read the file COPYING that comes with GRASS for details.
|
|
@@ -20,7 +20,6 @@ import os
|
|
|
|
|
|
import wx
|
|
|
|
|
|
-from core.globalvar import wxPython3
|
|
|
from core.utils import normalize_whitespace, _
|
|
|
from core.settings import UserSettings
|
|
|
from core.gcmd import EncodeString, GetDefaultEncoding
|
|
@@ -745,8 +744,6 @@ class WriteWorkspaceFile(object):
|
|
|
|
|
|
displayPos = mapdisp.GetPosition()
|
|
|
displaySize = mapdisp.GetSize()
|
|
|
- if wxPython3:
|
|
|
- displaySize[1] -= 32 # see related hack on line lmgr.frame.LoadWorkspaceFile()
|
|
|
if mapdisp.toolbars['map'].combo.GetSelection() == 1:
|
|
|
viewmode = '3d'
|
|
|
else:
|