mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-07-01 08:23:42 -04:00
suspend main window draw during read all
This commit is contained in:
@ -225,7 +225,9 @@ namespace Observatory.UI
|
|||||||
ThemeManager.GetInstance.RegisterControl(readAllDialogue);
|
ThemeManager.GetInstance.RegisterControl(readAllDialogue);
|
||||||
readAllDialogue.StartPosition = FormStartPosition.Manual;
|
readAllDialogue.StartPosition = FormStartPosition.Manual;
|
||||||
readAllDialogue.Location = Point.Add(Location, new Size(100, 100));
|
readAllDialogue.Location = Point.Add(Location, new Size(100, 100));
|
||||||
|
SuspendDrawing(this);
|
||||||
readAllDialogue.ShowDialog();
|
readAllDialogue.ShowDialog();
|
||||||
|
ResumeDrawing(this);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void PopupNotificationLabel_Click(object _, EventArgs e)
|
private void PopupNotificationLabel_Click(object _, EventArgs e)
|
||||||
|
Reference in New Issue
Block a user