Browse Source

SD2-1204. The Windows Forms tab is made active in the Tools window the first time the form is designed.

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@2050 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
Matt Ward 19 years ago
parent
commit
6eda99a317
  1. 4
      src/AddIns/DisplayBindings/FormsDesigner/Project/Src/DesignerViewContent.cs

4
src/AddIns/DisplayBindings/FormsDesigner/Project/Src/DesignerViewContent.cs

@ -36,7 +36,9 @@ namespace ICSharpCode.FormsDesigner @@ -36,7 +36,9 @@ namespace ICSharpCode.FormsDesigner
Panel p = new Panel();
DesignSurface designSurface;
bool disposing;
string activeTabName = String.Empty;
// Switch to the Windows Forms tab by default.
string activeTabName = "Windows Forms";
IDesignerLoaderProvider loaderProvider;
IDesignerGenerator generator;

Loading…
Cancel
Save