Bug 4618 - Memory Window: Changing the columns to display doesn't actually make them appear
Summary: Memory Window: Changing the columns to display doesn't actually make them appear
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Mike Cvet
URL:
Keywords:
Depends on:
Blocks: 3119
  Show dependency treegraph
 
Reported: 2007-06-11 18:34 UTC by Kris Van Hees
Modified: 2007-06-20 18:08 UTC (History)
0 users

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kris Van Hees 2007-06-11 18:34:26 UTC
When changing the selection of columns to display (using the 'Edit Columns'
button, the new selection is not actually applies to the display.  Closing and
re-entering the window does not make a difference (that boils down to a simple
hide/unhide operation).  Changing the address range using the spin buttons, or
changing the number of bits does cause the new selection to be applied to the
display.

This is most certainly a "missing forced refresh"-issue.
Comment 1 Mike Cvet 2007-06-20 15:33:21 UTC
2007-06-11  Mike Cvet  <mcvet@redhat.com>

	* memory/MemoryWindow.java (setTask): Default to reading 64-bit words
	on 64-bit platforms.
	(setTask.formatDialog.lifeCycleEvent): Refresh display on dialog exit.
	(setTask.bitsCombo.comboBoxEvent): Update column titles on new bit
	selection.
	* disassembler/DisassemblyWindow.java (setTask): Hide format button
	instead of shading out.
	(handleToSpin): Fix a couple of spinning bugs.
Comment 2 Andrew Cagney 2007-06-20 18:07:28 UTC
assign to fixer
Comment 3 Andrew Cagney 2007-06-20 18:08:01 UTC
see above