Changeset 4717
- Timestamp:
- 11/03/10 13:15:14 (14 years ago)
- Location:
- trunk/sources
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/sources/HeuristicLab.Data.Views/3.3/StringConvertibleMatrixView.cs
r4709 r4717 147 147 HashSet<string> visibleColumnNames = new HashSet<string>(dataGridView.Columns.OfType<DataGridViewColumn>() 148 148 .Where(c => c.Visible && !string.IsNullOrEmpty(c.HeaderText)).Select(c => c.HeaderText)); 149 if (!visibleColumnNames.Intersect(Content.ColumnNames).Any()) 150 visibleColumnNames.Clear(); 149 151 150 152 for (int i = 0; i < dataGridView.ColumnCount; i++) { -
trunk/sources/HeuristicLab.Optimization.Views/3.3/RunCollectionBubbleChartView.Designer.cs
r4653 r4717 269 269 // openBoxPlotViewToolStripMenuItem 270 270 // 271 this.chart.ContextMenuStrip.Items. Add(openBoxPlotViewToolStripMenuItem);271 this.chart.ContextMenuStrip.Items.Insert(0, openBoxPlotViewToolStripMenuItem); 272 272 this.openBoxPlotViewToolStripMenuItem.Name = "openBoxPlotViewToolStripMenuItem"; 273 273 this.openBoxPlotViewToolStripMenuItem.Size = new System.Drawing.Size(256, 22);
Note: See TracChangeset
for help on using the changeset viewer.