Fix a mistaken case fallthrough.

This commit is contained in:
Unknown W. Brackets 2015-01-17 19:49:58 -08:00
parent 116ddaaaf4
commit 5875cea30a

View File

@ -1130,6 +1130,7 @@ namespace MainWindow
break;
}
}
break;
case WM_TIMER:
// Hack: Take the opportunity to also show/hide the mouse cursor in fullscreen mode.