Revision 1cca2bc...
Go back to digest for 7th July 2013Bug Fixes in Games
Jakob Gruber committed changes in [picmi] src/gui/mainwindow.cpp:
Do not display highlights if game solved by hint
If a hint is used to mark the final field, gameWon is emitted. This
causes 1) the scene to be refreshed, and 2) all highlights to be hidden.
In this case, calling refresh() is unnecessary, and hover() reenables
the highlights even though they should remain hidden.
File Changes
Modified 1 files
- src/gui/mainwindow.cpp
1 files changed in total