diff --git a/ObservatoryCore/UI/CoreForm.cs b/ObservatoryCore/UI/CoreForm.cs index 7e76e76..5cb93d8 100644 --- a/ObservatoryCore/UI/CoreForm.cs +++ b/ObservatoryCore/UI/CoreForm.cs @@ -225,7 +225,9 @@ namespace Observatory.UI ThemeManager.GetInstance.RegisterControl(readAllDialogue); readAllDialogue.StartPosition = FormStartPosition.Manual; readAllDialogue.Location = Point.Add(Location, new Size(100, 100)); + SuspendDrawing(this); readAllDialogue.ShowDialog(); + ResumeDrawing(this); } private void PopupNotificationLabel_Click(object _, EventArgs e)