Summary: | Memory/Disassembly windows show decimal ranges instead of hex | ||
---|---|---|---|
Product: | frysk | Reporter: | Rick Moseley <rmoseley> |
Component: | general | Assignee: | Mike Cvet <mcvet> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | P2 | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Host: | Target: | ||
Build: | Last reconfirmed: | ||
Bug Depends on: | |||
Bug Blocks: | 3119, 3200 |
Description
Rick Moseley
2007-03-06 16:55:12 UTC
2007-03-07 Mike Cvet <mcvet@redhat.com> * memory/MemoryWindow.java (lastPath): Added. Keeps track of the end of the ListStore. Fixes #4136. (handleFromSpin): Updated to use lastPath. (handleToSpin): Updated to use lastPath. * disassembler/DisassemblyWindow.java (lastPath): Added. Keeps track of the end of the ListStore. Fixes #4136. (handleFromSpin): Updated to use lastPath. (handleToSpin): UPdated to use lastPath. * gladedir/disassemblywindow.glade: Updated. * gladedir/memorywindow.glade: Ditto. |