Opened 5 years ago
Closed 5 years ago
#202 closed defect (fixed)
Zoom crash after split-window close
Reported by: | ghorwin | Owned by: | |
---|---|---|---|
Priority: | critical | Milestone: | 2.2.1 |
Version: | 2.1.x | Keywords: | |
Cc: | Operating System: | all |
Description (last modified by )
Critical crash!
Steps to reproduce:
- split chart window into 2
- remove all mappers
- save (restart postproc, reload session)
- create a new chart
- close the left-most split window
- drag up a rubber-band zoom window -> crash
Change History (4)
comment:1 by , 5 years ago
Description: | modified (diff) |
---|
comment:2 by , 5 years ago
Milestone: | 2.2.0 → 2.2.1 |
---|
comment:4 by , 5 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Needs two fixes:
Fix 1: remove linkage of plot zoomer to chart when model is removed (setModel(nullptr) in SciChart)
Fix 2: check why model is not reset correctly, after left-most split window is closed.