Opened 15 years ago
Last modified 9 years ago
#1048 new defect
wxgui: g.region: can't reset `rows=' nor `cols='
Reported by: | msieczka | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 6.4.6 |
Component: | wxGUI | Version: | svn-releasebranch64 |
Keywords: | g.region, v.label, --ui | Cc: | |
CPU: | All | Platform: | All |
Description
- Run g.region from wxgui.
- `Resolution' tab.
- Change the `Number of rows in region'.
- "Oops, I wanted to edit the resolution instead."
- Edit the `Grid resolution 2D (...)' field as you intended too.
- You can't reset `rows=' in the GUI now.
Change History (7)
comment:1 by , 15 years ago
Component: | default → wxGUI |
---|---|
Keywords: | g.region added |
comment:2 by , 12 years ago
Milestone: | 6.4.0 → 6.4.4 |
---|
comment:3 by , 12 years ago
The same for v.label fontsize option. Easy way is to replace the spin control with a text field, but we probably don't want this.
comment:4 by , 12 years ago
Keywords: | v.label --ui added |
---|
n.b. this isn't a bug with any particular module, rather the module GUIs generated by the parser.
follow-up: 6 comment:5 by , 11 years ago
How about changing the spinctrl to text field with integer validator (the same we did for floatspin)? In this case there is now sense in having the spinctrl anyway. We can use the text field only in cases when there is no required answer (and maybe no default answer).
comment:6 by , 11 years ago
Replying to annakrat:
How about changing the spinctrl to text field with integer validator (the same we did for floatspin)? In this case there is now sense in having the spinctrl anyway. We can use the text field only in cases when there is no required answer (and maybe no default answer).
+1. Values can be so different that spin control does not really make sense.
Moritz
comment:7 by , 9 years ago
Milestone: | 6.4.4 → 6.4.6 |
---|
Indeed, no way to reset the "accidentally" hit rows= in the GUI. I fear that there is no (easy) way to avoid this.
A nice idea would be to offer here the region dialog from the Location wizard rather than the simply g.region interface.