Opened 9 years ago
Last modified 6 years ago
#2910 new defect
not possible to destroy dialog with "x" when changing location and mapset
Reported by: | lfurtkevicova | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 7.6.2 |
Component: | wxGUI | Version: | svn-trunk |
Keywords: | working environment, quit dialog | Cc: | |
CPU: | x86-64 | Platform: | Linux |
Description
Settings --> GRASS working environment --> change location and mapset option: it is not possible to quit dialog window with "x"
Change History (8)
comment:1 by , 9 years ago
Milestone: | 7.0.4 → 7.1.0 |
---|---|
Priority: | normal → minor |
Type: | enhancement → defect |
comment:4 by , 8 years ago
Milestone: | 7.2.1 → 7.2.2 |
---|
comment:7 by , 7 years ago
Milestone: | → 7.2.4 |
---|
comment:8 by , 6 years ago
Milestone: | 7.2.4 → 7.6.2 |
---|
Note:
See TracTickets
for help on using tickets.
This is a consequence of a wxWidgets bug (wxDialog not closing when using SetExtraStyle(wxWS_EX_VALIDATE_RECURSIVELY)): http://trac.wxwidgets.org/ticket/13490
I haven't found a way to avoid it, except for removing the style, which then breaks the validator. Neither of this functionality is critical. This bug is relevant only for wxGTK.