linux note: Fix crash/warnings due to packing logic

This commit is contained in:
Hylke Bons 2018-02-26 16:16:01 +00:00
parent a32a8870ee
commit a905e9e155

View file

@ -56,6 +56,9 @@ namespace SparkleShare {
Controller.ShowWindowEvent += delegate {
Application.Invoke (delegate {
if (Child != null)
Remove (Child);
CreateNote ();
ShowAll ();
Present ();