Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
03/27/09 17:57:31 (15 years ago)
Author:
bspisic
Message:

Make OptionsDialog modeless (#560)
Y-Axis-Tab in OptionsDialog reformatted

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Visualization/LineChart.cs

    r1458 r1459  
    252252    private void optionsToolStripMenuItem_Click(object sender, EventArgs e) {
    253253      OptionsDialog optionsdlg = new OptionsDialog(model);
    254       optionsdlg.ShowDialog(this);
    255       Invalidate();
     254      optionsdlg.Show();
    256255    }
    257256
Note: See TracChangeset for help on using the changeset viewer.