GNOME Bugzilla – Bug 570226
clearing a tracker does not update automatic hints
Last modified: 2010-04-12 21:20:18 UTC
[ Original report by Brian M. Carlson : http://bugs.debian.org/512890 ] If "Always show hint" is on and I clear a tracker, the hints are not updated until I hit a key. They should be updated by clearing a tracker. This isn't a big deal because using 0 as the key is effectively a no-op that updates hints, but it still would be nice to have fixed.
Created attachment 157252 [details] [review] Centralize update_all_hints() call This is a problem for clear, clear trackers, and clear others. Basically any clear operation. This patch centralizes the update_all_hints() call, moving it into SudokuGameDisplay's add_value() and remove() methods.
Created attachment 157350 [details] [review] Centralize update_all_hints() call bah. Sorry - that last patch was based on some other fixes I've been working on. This new patch is based on what's currently in the main repository.
Comment on attachment 157252 [details] [review] Centralize update_all_hints() call Committed to master: http://git.gnome.org/browse/gnome-games/commit/?id=92237d68274d946a5eb93879044eef19f927d2f1 Had to go with the first patch since the other fixes you mention already went in :)
cool