#3882: winGRASS Version: 7.7.dev - not able to digitize vector polygons ----------------------+------------------------------------ Reporter: hellik | Owner: grass-dev@… Type: defect | Status: new Priority: blocker | Milestone: 7.8.0 Component: wxGUI | Version: svn-trunk Resolution: | Keywords: python3, py3, wingrass CPU: x86-64 | Platform: MSWindows ----------------------+------------------------------------
Comment (by annakrat): This is probably specific to non-english locale on windows, it's some wxPython issue. Could you try this? {{{ --- a/gui/wxpython/wxgui.py +++ b/gui/wxpython/wxgui.py @@ -164,7 +164,7 @@ def main(argv=None): # register GUI PID registerPid(os.getpid()) - + app.locale = wx.Locale(wx.LANGUAGE_ENGLISH) app.MainLoop() if __name__ == "__main__": }}} Does it help? Any unintended consequences? -- Ticket URL: <https://trac.osgeo.org/grass/ticket/3882#comment:2> GRASS GIS <https://grass.osgeo.org>
_______________________________________________ grass-dev mailing list grass-dev@lists.osgeo.org https://lists.osgeo.org/mailman/listinfo/grass-dev