fix button_set_locked no return statement
This commit is contained in:
parent
5b24dc1aca
commit
3ef6dd2f7c
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user