mirror of
https://github.com/9ParsonsB/Pulsar.git
synced 2025-04-05 17:39:39 -04:00
suspend main window draw during read all
This commit is contained in:
parent
a2add94e72
commit
c5f863c098
@ -231,7 +231,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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user