Fixed help file parsing
[Nebula.git] / TextInput.cs
index 4934d20..54024fb 100644 (file)
@@ -47,7 +47,7 @@ public class TextInput : DrawingArea, IKeyPress {
 
                gr.NewPath();
                int h = Pango.Units.ToPixels(layout.FontDescription.Size) + 1;
-               gr.Rectangle(new Cairo.Rectangle(cursor*8, 0, 7, h));
+               gr.Rectangle(cursor*8, 0, 7, h);
                gr.Fill();
         }