From: jpbruyere Date: Wed, 9 Sep 2015 08:14:45 +0000 (+0200) Subject: Add redraw clip of graphic object put on top X-Git-Tag: 0.2~53 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=c26d9c5abe0228cacb316efa10bcb433fae48e40;p=jp%2Fcrow.git Add redraw clip of graphic object put on top --- diff --git a/Images/Icons/Cursors/sb_h_double_arrow b/Images/Icons/Cursors/sb_h_double_arrow new file mode 100644 index 00000000..1768b6a0 Binary files /dev/null and b/Images/Icons/Cursors/sb_h_double_arrow differ diff --git a/Images/Icons/Cursors/sb_v_double_arrow b/Images/Icons/Cursors/sb_v_double_arrow new file mode 100644 index 00000000..a36abd4b Binary files /dev/null and b/Images/Icons/Cursors/sb_v_double_arrow differ diff --git a/src/OpenTKGameWindow.cs b/src/OpenTKGameWindow.cs index 07b051d2..23e72576 100755 --- a/src/OpenTKGameWindow.cs +++ b/src/OpenTKGameWindow.cs @@ -398,6 +398,7 @@ namespace go { GraphicObjects.Remove(g); GraphicObjects.Insert(0, g); + g.registerClipRect (); } }