[GRASS-git] [OSGeo/grass] 258918: wxGUI/gui_core: fix open map display overlay setti...
Tomas Zigo
noreply at github.com
Fri Jan 7 21:34:37 PST 2022
Branch: refs/heads/main
Home: https://github.com/OSGeo/grass
Commit: 258918e401f0510dcb14f740c7204b3c4092c8f0
https://github.com/OSGeo/grass/commit/258918e401f0510dcb14f740c7204b3c4092c8f0
Author: Tomas Zigo <50632337+tmszi at users.noreply.github.com>
Date: 2022-01-08 (Sat, 08 Jan 2022)
Changed paths:
M gui/wxpython/gui_core/mapdisp.py
Log Message:
-----------
wxGUI/gui_core: fix open map display overlay settings dialog (#2065)
The MapPanelBase class is inherited from wx.Panel class which init
method has name param arg. It is handled in the TaskFrame class
OnCancel method in gui_core/forms.py script, for not destroy (hide
only) overlay dialog after the overlay is first added to the map.
More information about the grass-commit
mailing list