From: Jean-Philippe Bruyère Date: Thu, 21 Jul 2022 15:23:44 +0000 (+0200) Subject: update vkvg.net 0.7.0-bata X-Git-Tag: v1.2.0-beta~3 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=70259c455980f0b50237e13991b6f7f4ec0e3763;p=jp%2Fcrow.git update vkvg.net 0.7.0-bata --- diff --git a/Backends/CairoBackend/src/ImageBackend.cs b/Backends/CairoBackend/src/ImageBackend.cs index 97b61e24..3f59578b 100644 --- a/Backends/CairoBackend/src/ImageBackend.cs +++ b/Backends/CairoBackend/src/ImageBackend.cs @@ -75,13 +75,8 @@ namespace Crow.CairoBackend } public override void FlushUIFrame(IContext ctx) { - //clear (ctx); ctx.PopGroupToSource (); - //ctx.Save(); - //ctx.Operator = Operator.Source; ctx.Paint (); - //ctx.Restore(); - surf.Flush (); base.FlushUIFrame (ctx); diff --git a/Backends/VkvgBackend/Crow.VkvgBackend.csproj b/Backends/VkvgBackend/Crow.VkvgBackend.csproj index b6fbb004..54a44198 100644 --- a/Backends/VkvgBackend/Crow.VkvgBackend.csproj +++ b/Backends/VkvgBackend/Crow.VkvgBackend.csproj @@ -15,7 +15,7 @@ - + diff --git a/Crow/Crow.csproj b/Crow/Crow.csproj index 9a4b1b00..f73c69e8 100644 --- a/Crow/Crow.csproj +++ b/Crow/Crow.csproj @@ -1,7 +1,6 @@ - netcoreapp3.1 $(CrowVersion) diff --git a/Crow/src/Widgets/Label.cs b/Crow/src/Widgets/Label.cs index 330cbe55..f5b4fb1c 100644 --- a/Crow/src/Widgets/Label.cs +++ b/Crow/src/Widgets/Label.cs @@ -554,9 +554,9 @@ namespace Crow rect = default; return false; } - //} + Rectangle c = ScreenCoordinates (textCursor.Value + Slot.Position + ClientRectangle.Position); - ctx.ResetClip (); + ctx.ResetClip(); Foreground.SetAsSource (IFace, ctx, c); ctx.LineWidth = 1.0; ctx.MoveTo (0.5 + c.X, c.Y); diff --git a/Directory.Build.props b/Directory.Build.props index d674fd6e..8eb02d30 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -1,12 +1,11 @@ $(SolutionDir)build\$(Configuration)\ - $(SolutionDir)build\obj\$(Configuration)\ MIT Jean-Philippe Bruyère 7.3 - 1.0.1 + 1.1.0 $(CrowVersion)-beta