Opened 8 years ago
Closed 8 years ago
#3135 closed defect (fixed)
Pressing Run button in GUI dialogs open a new dialog
Reported by: | martinl | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 7.0.5 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | Cc: | ||
CPU: | Unspecified | Platform: | Unspecified |
Description
Some modules is not possible to run from the GUI. Steps to reproduce:
- Open the GUI (
g.gui
) - Go to 'Console' and type
t.list
- New dialog appears
- Press
Run
button to run the module - Instead of running the module a new GUI dialog for the module appears
There are probably more modules affected (those with no option required). Note when running the module from terminal (t.list --ui
) the dialog works as expected.
Change History (4)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Should be fixed in r69263 (trunk). Before backporting should be tested and reviewed to avoid any side-effects.
Note:
See TracTickets
for help on using tickets.
In 69263: