[GRASS-git] [OSGeo/grass] d76435: wxGUI/psmap: fix vector line map props dialog PenS...
Tomas Zigo
noreply at github.com
Mon Sep 18 20:47:54 PDT 2023
Branch: refs/heads/releasebranch_8_2
Home: https://github.com/OSGeo/grass
Commit: d76435c4f84b6aaf01d18f5647800c5432a37950
https://github.com/OSGeo/grass/commit/d76435c4f84b6aaf01d18f5647800c5432a37950
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: da8b418207108a4605775f8412a7d823a49cdfed
https://github.com/OSGeo/grass/commit/da8b418207108a4605775f8412a7d823a49cdfed
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/8bdfd97dabb7...da8b41820710
More information about the grass-commit
mailing list