[GRASS-git] [OSGeo/grass] 70055f: wxGUI/psmap: fix vector line map props dialog PenS...
Tomas Zigo
noreply at github.com
Mon Sep 18 20:46:52 PDT 2023
Branch: refs/heads/releasebranch_8_3
Home: https://github.com/OSGeo/grass
Commit: 70055fadb2237875af8a7b87a407c66b9c71deee
https://github.com/OSGeo/grass/commit/70055fadb2237875af8a7b87a407c66b9c71deee
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M gui/wxpython/psmap/dialogs.py
Log Message:
-----------
wxGUI/psmap: fix vector line map props dialog PenStyleComboBox widget drawing items (#3162)
Device context DrawTex() and DrawLine() method require input x, y
parameter argument type as integer type.
Commit: dfbc3350be430ad69af011082ebdcf57825686d3
https://github.com/OSGeo/grass/commit/dfbc3350be430ad69af011082ebdcf57825686d3
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2023-09-19 (Tue, 19 Sep 2023)
Changed paths:
M gui/wxpython/psmap/frame.py
Log Message:
-----------
wxGUI/psmap: fix simple point graphic recalculate position (#3164)
Rectangle widget with integer coordinates Offset() method dx, dy
parameters require integer argument type.
Compare: https://github.com/OSGeo/grass/compare/4cea14ffe6c9...dfbc3350be43
More information about the grass-commit
mailing list