Skip to content

Commit

Permalink
Debugging messagebox
Browse files Browse the repository at this point in the history
  • Loading branch information
eschan145 committed Nov 4, 2024
1 parent 7f66a11 commit 6730a7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@ class Application {
}

if (HIWORD(wParam) == EN_KILLFOCUS && (HWND)lParam == app->widgets[Widgets::INTERVAL]) {
MessageBox(nullptr, "Failed", "Error", NULL);
char buffer[16];

GetWindowText(app->widgets[Widgets::INTERVAL], buffer, sizeof(buffer));
Expand Down

0 comments on commit 6730a7b

Please sign in to comment.