From b4a0b9fe24fc7c499f15edb1e039750448c2c118 Mon Sep 17 00:00:00 2001 From: Hylke Bons Date: Sat, 10 Mar 2012 20:20:56 +0000 Subject: [PATCH] windows ui: add FIXME --- SparkleShare/Windows/SparkleUI.cs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/SparkleShare/Windows/SparkleUI.cs b/SparkleShare/Windows/SparkleUI.cs index eb881ad7..d7d6aa4b 100644 --- a/SparkleShare/Windows/SparkleUI.cs +++ b/SparkleShare/Windows/SparkleUI.cs @@ -31,6 +31,9 @@ namespace SparkleShare { public SparkleUI () { + // FIXME: The second time windows are shown, the windows + // don't have the smooth ease in animation, but appear abruptly. + // The ease out animation always seems to work Setup = new SparkleSetup (); EventLog = new SparkleEventLog (); About = new SparkleAbout ();