Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
04/18/10 04:33:20 (14 years ago)
Author:
mkommend
Message:

fixed cross threading issues in ViewHost (ticket #972)

File:
1 edited

Legend:

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

    r3395 r3398  
    7676      IContentView contentView = view as IContentView;
    7777      if (ShowViewsInViewHost && contentView != null && contentView.GetType() != typeof(ViewHost)) {
    78         ViewHost viewHost = new ViewHost(contentView.Content);
     78        ViewHost viewHost = new ViewHost(contentView);
    7979        form = new DocumentForm(viewHost);
    8080      } else
Note: See TracChangeset for help on using the changeset viewer.