X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=TextInput.cs;h=54024fbeec2ef36fc12508f376928e97a8195354;hb=HEAD;hp=4934d20ef99a46fe0ce155b8f52c1bed05235d7b;hpb=a6e01ee9b13ea013237ddbe8f7a8aac464eb9020;p=Nebula.git diff --git a/TextInput.cs b/TextInput.cs index 4934d20..54024fb 100644 --- a/TextInput.cs +++ b/TextInput.cs @@ -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(); }