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

wxGUI/history: fix the run of a special cmds only once #4322

Merged
merged 1 commit into from
Sep 20, 2024

Conversation

tmszi
Copy link
Member

@tmszi tmszi commented Sep 15, 2024

After left double mouse click on the wxGUI history tab tree cmd node.

Special cmds are:

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

Fixes #4321.

@tmszi tmszi added bug Something isn't working GUI wxGUI related backport to 8.4 PR needs to be backported to release branch 8.4 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
@github-actions github-actions bot added the Python Related code is in Python label Sep 15, 2024
@tmszi tmszi force-pushed the wxgui-history-fix-run-special-cmd-twice branch from 5810c1b to d8cd527 Compare September 16, 2024 07:37
After left double mouse click on the wxGUI history tab tree cmd node.

Special cmds are:

```
r"^d\..*|^r[3]?\.mapcalc$|^i.group$|^r.import$|^r.external$|^r.external.out$|"
r"^v.import$|^v.external$|^v.external.out$"
```
@tmszi tmszi merged commit 4bb3156 into OSGeo:main Sep 20, 2024
26 checks passed
@tmszi tmszi deleted the wxgui-history-fix-run-special-cmd-twice branch September 20, 2024 08:30
tmszi added a commit to tmszi/grass that referenced this pull request Sep 20, 2024
After left double mouse click on the wxGUI history tab tree cmd node.

Special cmds are:

```
r"^d\..*|^r[3]?\.mapcalc$|^i.group$|^r.import$|^r.external$|^r.external.out$|"
r"^v.import$|^v.external$|^v.external.out$"
```
@tmszi tmszi 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 this pull request may close these issues.

[Bug] wxGUI/history: special cmds runs twice
2 participants