Changeset 3646
- Timestamp:
- 05/05/10 17:56:35 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.MainForm.WindowsForms/3.3/ViewHost.cs
r3572 r3646 138 138 throw new InvalidOperationException(string.Format("View \"{0}\" cannot display content \"{1}\".", 139 139 viewType, Content.GetType())); 140 if (viewPanel.Height <= 10 || viewPanel.Width <= 10) 141 return; 140 142 141 143 UpdateActiveMenuItem();
Note: See TracChangeset
for help on using the changeset viewer.