Remove .gitignore do nothing is ignored.
[synfig.git] / synfig-studio / trunk / src / gtkmm / widget_coloredit.cpp
index 8b47f5a..5e3175a 100644 (file)
@@ -7,6 +7,7 @@
 **     \legal
 **     Copyright (c) 2002-2005 Robert B. Quattlebaum Jr., Adrian Bentley
 **     Copyright (c) 2007 Chris Moore
+**  Copyright (c) 2008 Paul Wise
 **
 **     This package is free software; you can redistribute it and/or
 **     modify it under the terms of the GNU General Public License as
@@ -247,7 +248,7 @@ ColorSlider::on_event(GdkEvent *event)
        } else {
                x = float(event->button.x);
        }
-       
+
        float pos(x/width);
        if(pos<0 || x<=0)pos=0;
        if(pos>1)pos=1;