#1048: wxgui: g.region: can't reset `rows=' nor `cols='
-------------------------------------+--------------------------------------
Reporter: msieczka | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.4
Component: wxGUI | Version: svn-releasebranch64
Keywords: g.region, v.label, --ui | Platform: All
Cpu: All |
-------------------------------------+--------------------------------------
Comment(by 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).
#1048: wxgui: g.region: can't reset `rows=' nor `cols='
-------------------------------------+--------------------------------------
Reporter: msieczka | Owner: grass-dev@…
Type: defect | Status: new
Priority: normal | Milestone: 6.4.4
Component: wxGUI | Version: svn-releasebranch64
Keywords: g.region, v.label, --ui | Platform: All
Cpu: All |
-------------------------------------+--------------------------------------
Comment(by mlennert):
Replying to [comment:5 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.