AmigaAbattoir / monsterdebugger

Automatically exported from code.google.com/p/monsterdebugger
0 stars 0 forks source link

When double clicking a trace to view the details in the trace popup window, if I close the window I cannot reopen it #3

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Double click a trace item
2. Close trace detail window
3. Double click the same trace item

What is the expected output? What do you see instead?
Expecting the trace window to open again, except it does nothing

What version of the product are you using? On what operating system?
2.01

Please provide any additional information below.

Original issue reported on code.google.com by ghedwa...@gmail.com on 12 Feb 2009 at 12:55

GoogleCodeExporter commented 8 years ago
Appears to be a line in components.TraceWindow (60) that reads bytes.clear(); I 
think
because this object is not a copy of the original the line should read
bytes.compress(); or maybe take a copy of the object before un-compressing it?

The attach file seems to fix this issue ? But question is to if it is the right 
solution.

Original comment by ghedwa...@gmail.com on 12 Feb 2009 at 3:43

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed! Will be updated in the next build.

Original comment by ferdikoomenmobile@gmail.com on 13 Feb 2009 at 9:19