Merge pull request #5168 from ckelsel/master
fix button_set_locked no return statement
This commit is contained in:
commit
15fd55ded8
@ -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