We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4ef37e1 + 295b239 commit e1f01adCopy full SHA for e1f01ad
Source/ExcelDna.IntelliSense/UIMonitor/UIState.cs
@@ -186,7 +186,7 @@ internal FormulaEdit AsFormulaEdit()
186
// Becomes a more general Window or Dialog to watch (for resize extension)
187
public class SelectDataSource : UIState
188
{
189
- public IntPtr SelectDataSourceWindow;
+ public IntPtr SelectDataSourceWindow = IntPtr.Zero;
190
}
191
192
public override string ToString()
0 commit comments