2
0
mirror of https://github.com/9ParsonsB/Pulsar.git synced 2025-04-05 01:29:38 -04:00

suspend main window draw during read all

This commit is contained in:
Xjph 2024-01-22 08:59:04 -03:30
parent 2e3cfc8f6b
commit 5257527c51

View File

@ -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)