Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] wxGUI/history: special cmds runs twice #4321

Closed
tmszi opened this issue Sep 15, 2024 · 0 comments · Fixed by #4322
Closed

[Bug] wxGUI/history: special cmds runs twice #4321

tmszi opened this issue Sep 15, 2024 · 0 comments · Fixed by #4322
Assignees
Labels
bug Something isn't working GUI wxGUI related Python Related code is in Python
Milestone

Comments

@tmszi
Copy link
Member

tmszi commented Sep 15, 2024

Describe the bug

Special cmds e.g. d.rast runs twice, after double left mouse click.

Special cmds are:

r"^d\..*|^r[3]?\.mapcalc$|^i.group$|^r.import$|^r.external$|^r.external.out$|^v.import$|^v.external$|^v.external.out$"

To reproduce

  1. Launch wxGUI
  2. Run "special" cmd from the wxGUI Console tab e.g. d.rast elevation
  3. Rerun same command from the wxGUI History tab tree (double left mouse click on the tree cmd node)
  4. Raster map elevation is added twice

Expected behavior

Special cmds e.g. d.rast should runs only once, after double left mouse click, same as other cmds.

System description

  • Operating System: all
  • GRASS GIS version: 8.4, 8.5.0dev
@tmszi tmszi added bug Something isn't working GUI wxGUI related labels Sep 15, 2024
@tmszi tmszi added this to the 8.4.1 milestone Sep 15, 2024
@tmszi tmszi self-assigned this Sep 15, 2024
@tmszi tmszi added Python Related code is in Python backport to 8.4 PR needs to be backported to release branch 8.4 labels Sep 15, 2024
@neteler neteler removed the backport to 8.4 PR needs to be backported to release branch 8.4 label Sep 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GUI wxGUI related Python Related code is in Python
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants