Second attempt to fix random Taskbar reorder issue

This commit is contained in:
Usman Shafiq
2022-03-24 02:27:57 -04:00
parent 01cb6ca0e1
commit a41d65a438
3 changed files with 31 additions and 17 deletions

View File

@@ -30,13 +30,14 @@
{
this.SuspendLayout();
//
// Popup
// InvisPopup
//
this.AutoScaleDimensions = new System.Drawing.SizeF(8F, 16F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
this.ClientSize = new System.Drawing.Size(148, 0);
this.Name = "Popup";
this.Text = "Popup";
this.Name = "InvisPopup";
this.Opacity = 0D;
this.Text = "InvisPopup";
this.ResumeLayout(false);
}