#1145 closed enhancement (done)
The MainForm should set the properties of the ViewHost in the correct order
Reported by: | mkommend | Owned by: | mkommend |
---|---|---|---|
Priority: | low | Milestone: | HeuristicLab 3.3.1 |
Component: | MainForm.WindowsForms | Version: | 3.3.1 |
Keywords: | Cc: |
Description ΒΆ
It is more performant if the ViewType is set before the Content of a ViewHost, because this avoids the creation of the default view of the content.
Change History (4)
comment:1 Changed 15 years ago by mkommend
- Status changed from new to assigned
comment:2 Changed 15 years ago by mkommend
- Resolution set to fixed
- Status changed from assigned to closed
- Version changed from 3.3.0 to 3.3.1
comment:3 Changed 14 years ago by swagner
- Milestone changed from Iteration 4 to Current
Milestone Iteration 4 deleted
comment:11 Changed 14 years ago by swagner
- Milestone changed from Current to HeuristicLab 3.3.0
Milestone Current deleted
Note: See
TracTickets for help on using
tickets.
Corrected setting of the ViewHost properties in the ShowContent method in r4201.