Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/06/09 15:24:11 (15 years ago)
Author:
mkommend
Message:

tried to add docking views - not working right now (ticket #716)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.MainForm/3.2/DockForm.cs

    r2233 r2250  
    3636    public DockForm(IView view) {
    3737      InitializeComponent();
    38       this.view = view;
     38      this.view = view;     
    3939      if (View != null) {
    4040        Control control = (Control)View;
     
    6262        Invoke(new MethodInvoker(UpdateText));
    6363      else
    64         Text = View.Caption;
    65     }
    66 
    67     private void ViewForm_TextChanged(object sender, EventArgs e) {
    68       TabText = Text;
     64        TabText = View.Caption;
    6965    }
    7066
Note: See TracChangeset for help on using the changeset viewer.