]> O.S.I.I.S - jp/crow.git/commitdiff
Add redraw clip of graphic object put on top
authorjpbruyere <jp.bruyere@hotmail.com>
Wed, 9 Sep 2015 08:14:45 +0000 (10:14 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Wed, 9 Sep 2015 08:14:45 +0000 (10:14 +0200)
Images/Icons/Cursors/sb_h_double_arrow [new file with mode: 0644]
Images/Icons/Cursors/sb_v_double_arrow [new file with mode: 0644]
src/OpenTKGameWindow.cs

diff --git a/Images/Icons/Cursors/sb_h_double_arrow b/Images/Icons/Cursors/sb_h_double_arrow
new file mode 100644 (file)
index 0000000..1768b6a
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 (file)
index 0000000..a36abd4
Binary files /dev/null and b/Images/Icons/Cursors/sb_v_double_arrow differ
index 07b051d2cfdb319dc2f274cef6aa2b74bdb77813..23e72576380139a5ba5772ef6299d2a67f286e2a 100755 (executable)
@@ -398,6 +398,7 @@ namespace go
                        {\r
                                GraphicObjects.Remove(g);\r
                                GraphicObjects.Insert(0, g);\r
+                               g.registerClipRect ();\r
                        }\r
                }\r
 \r