#221 closed defect (fixed)
Fixed tree container resize issue
Reported by: | Gregg Young | Owned by: | Gregg Young |
---|---|---|---|
Priority: | minor | Milestone: | Release_3.10 |
Component: | fm/2 base | Version: | 3.10 |
Keywords: | Cc: |
Description
If the tree container is not movable and is resized to greater than half the width of the main window and the main window is reduced the container size is reduced to nothing or near nothing. On close following this FM/2 traps with a divide by 0 error in treecnr.c near 2828.
Change History (3)
comment:1 by , 17 years ago
Owner: | set to |
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
It appears this occurs because cx is set to less than 0. Fixed in CS948