Opened 17 years ago
Closed 16 years ago
#135 closed defect (fixed)
wxgrass: Some statusbar modes obscure mouse-over help text of gui tools
Reported by: | epatton | Owned by: | martinl |
---|---|---|---|
Priority: | trivial | Milestone: | 6.4.0 |
Component: | Python | Version: | svn-trunk |
Keywords: | wxgrass, gui, window, tootips | Cc: | grass-dev@… |
CPU: | Unspecified | Platform: | Unspecified |
Description
In the wxgrass map display window, one is able to get help text printed to the statusbar when various map display tools are moused-over. If the statusbar display modes are set one of 'Show comp. extent', 'Display mode', or 'Map scale', the mouse-over help text overwrites existing text in this area and is essentially unreadable. With other status-bar tools, the printed coordinates disappear as long as a gui tool is moused-over, allowing the text to be read.
~ Eric.
Change History (2)
comment:1 by , 16 years ago
Cc: | added |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 16 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
Now fixed in devbr6 and trunk, r31700, r31701.
Help text printed to the statusbar is disabled for given statusbar modes ('Show comp. extent', 'Display mode' and 'Map scale').
Martin