fix button_set_locked no return statement

This commit is contained in:
kunming.xie 2018-12-24 14:52:59 +08:00
parent 5b24dc1aca
commit 3ef6dd2f7c
1 changed files with 1 additions and 0 deletions

View File

@ -217,6 +217,7 @@ static BOOL button_set_locked(Button* button, BOOL locked)
InvalidateRect(button->floatbar->hwnd, NULL, FALSE);
UpdateWindow(button->floatbar->hwnd);
return TRUE;
}
static BOOL update_locked_state(wfFloatBar* floatbar)