Opened 14 years ago
Closed 14 years ago
#1464 closed defect (done)
An exception is thrown if the ViewHost is smaller than 0 (width or height).
Reported by: | mkommend | Owned by: | gkronber |
---|---|---|---|
Priority: | high | Milestone: | HeuristicLab 3.3.4 |
Component: | MainForm.WindowsForms | Version: | 3.3.4 |
Keywords: | Cc: |
Description
The reason behind this is that some views do not handle width or height of <= 0 correctly.
Change History (6)
comment:1 Changed 14 years ago by mkommend
- Status changed from new to accepted
comment:2 Changed 14 years ago by mkommend
comment:3 Changed 14 years ago by mkommend
- Status changed from accepted to reviewing
comment:4 Changed 14 years ago by mkommend
- Owner changed from mkommend to gkronber
comment:5 Changed 14 years ago by gkronber
- Status changed from reviewing to readytorelease
Reviewed changeset r5956.
comment:6 Changed 14 years ago by swagner
- Resolution set to done
- Status changed from readytorelease to closed
- Version changed from 3.3.3 to 3.3.4
Note: See
TracTickets for help on using
tickets.
r5956: Corrected behavior of ViewHost and SymbolicExpressionTreeChart.