[gnome-mahjongg/arnaudb/wip/gtk4: 8/18] Looks like queue_draw_area is gone.



commit 9f6207d7a02b6feecb132ea2a150f4c7aaba8407
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Fri Mar 27 18:56:32 2020 +0100

    Looks like queue_draw_area is gone.

 src/game-view.vala | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/game-view.vala b/src/game-view.vala
index 49fc4fe..e221d0c 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -258,7 +258,8 @@ public class GameView : Gtk.DrawingArea
         update_dimensions ();
         int x, y;
         get_tile_position (tile, out x, out y);
-        queue_draw_area (x, y, tile_pattern_width, tile_pattern_height);
+        queue_draw ();
+     // queue_draw_area (x, y, tile_pattern_width, tile_pattern_height);
     }
 
     private void paused_changed_cb ()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]