Skip to content

Commit

Permalink
chore: up version to 1.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
hoffstadt committed Oct 22, 2022
1 parent 8a822b4 commit 6630615
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
import shutil
import subprocess

wip_version = "1.7.2"
wip_version = "1.7.3"

def version_number():
"""This function reads the version number which is populated by github actions"""
Expand Down
3 changes: 0 additions & 3 deletions src/mvViewport_win32.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,6 @@ mvPrerender(mvViewport& viewport)
if(GContext->IO.waitForInput)
::WaitMessage();

if (GContext->IO.waitForEventTimeout > 0)
::PostMessageW(NULL, NULL, 0, 0);

if (::PeekMessage(&viewportData->msg, nullptr, 0U, 0U, PM_REMOVE))
{
::TranslateMessage(&viewportData->msg);
Expand Down

0 comments on commit 6630615

Please sign in to comment.