https://bugs.kde.org/show_bug.cgi?id=519944
--- Comment #1 from Steve Payeur <[email protected]> --- I doubt number-of-mines-found is supposed to be bigger than the number of mines, but changing line 721 of https://github.com/KDE/kmines/blob/master/src/minefielditem.cpp from if(m_numUnrevealed == m_minesCount) to if(m_numUnrevealed >= m_minesCount) might help, without fixing whatever set the count incorrectly, which I haven't found during my quick code perusal. -- You are receiving this mail because: You are watching all bug changes.
