vamartid / Minesweeper

Minesweeper on Qt
GNU General Public License v3.0
22 stars 7 forks source link

Frozen clock bug #10

Closed thanelmas closed 8 years ago

thanelmas commented 8 years ago

You can start a game with the timer stuck at 0. Step1: Press "New game" Step2: Triple click any game (ex "Easy").

I tried this on Windows using the "Minesweeper.exe"

vamartid commented 8 years ago

thanks! we are looking into it.

vamartid commented 8 years ago

I think the issue was happening because we didn't disable the buttons which add a new view, after we were using them once. So the user was adding more than one view when clicking more times. Check the latest changes at here and re-inform this issue if it is Fixed.