Opened 4 years ago
Closed 4 years ago
#2464 closed defect (fixed)
[PATCH] "Display the Audio menu" setting disables itself when unchecked
| Reported by: | frawe | Owned by: | team |
|---|---|---|---|
| Priority: | trivial | Component: | Core |
| Version: | latest | Keywords: | |
| Cc: | henrik.niehaus@… |
Description
In Preferences/Audo Settings the topmost option "Display the Audio menu" disables itself when unchecked. It even isn't reenabled if leaving the preferences dialogue either via OK nor Cancel.
Fortunatelly at least a restart reenables it.
Attachments (2)
Change History (5)
comment:1 Changed 4 years ago by anonymous
Changed 4 years ago by Henrik Niehaus <henrik.niehaus@…>
comment:2 Changed 4 years ago by Henrik Niehaus <henrik.niehaus@…>
- Cc henrik.niehaus@… added
- Summary changed from "Display the Audio menu" setting disables itself when unchecked to [PATCH] "Display the Audio menu" setting disables itself when unchecked
I have attached another patch, which fixes this problem and removes several more useless ActionListeners
comment:3 Changed 4 years ago by stoecker
- Resolution set to fixed
- Status changed from new to closed
In r1572. Please append gzipped patches only when not possible otherwise. Creating an account and logging in gives you much more freedom regarding spam tests :-)



To resolve this, just remove one line of code from
src/org/openstreetmap/josm/gui/preferences/AudioPreference.java
Attached is a patch.