| Summary: | Qt user interface caches UI command tree, doesn't update when commands removed | ||
|---|---|---|---|
| Product: | Geant4 | Reporter: | Michael Kelsey <kelsey> |
| Component: | interfaces/common | Assignee: | garnier |
| Status: | RESOLVED WONTFIX | ||
| Severity: | normal | ||
| Priority: | P5 | ||
| Version: | 10.0 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Michael Kelsey
2014-06-30 07:24:04 CEST
Changed category from intercoms to interfaces/common (which is where G4Qt lives). Not so easy to deal with commands removal. In non-Qt based UI, the command tree is read each time you type a command or press "tab". In the "Help" dialog on Qt, the tree is build once it is and there is no feedback when adding/removing command. Go outside of the help widget and go back to it will solve this. Won't solve this for the moment. |