[GRASS-git] [OSGeo/grass-addons] 6a5c7b: wx.metadata: fix launch csw browser window (#891)
Tomas Zigo
noreply at github.com
Sat Apr 29 20:39:38 PDT 2023
Branch: refs/heads/grass7
Home: https://github.com/OSGeo/grass-addons
Commit: 6a5c7b10abf8eabda516ff06b06d546644ed096e
https://github.com/OSGeo/grass-addons/commit/6a5c7b10abf8eabda516ff06b06d546644ed096e
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2023-04-30 (Sun, 30 Apr 2023)
Changed paths:
M src/gui/wxpython/wx.metadata/mdlib/cswlib.py
Log Message:
-----------
wx.metadata: fix launch csw browser window (#891)
sashPosition parameter argument for wx.SplitterWindow SplitHorizontally
method must be int type. Use default parameter argument is 0, half of
the total window width.
Fix is for Python 3.10, wxPython 4.2.0 version.
More information about the grass-commit
mailing list