fixed spllng
svn-id: r4581
This commit is contained in:
parent
11973531b4
commit
0e141368b0
3 changed files with 4 additions and 4 deletions
|
@ -84,7 +84,7 @@ void Dialog::handleMouseDown(int x, int y, int button)
|
|||
|
||||
// Tell the new focused widget (if any) that it just gained the focus.
|
||||
if (w)
|
||||
w->recievedFocus();
|
||||
w->receivedFocus();
|
||||
|
||||
_focusedWidget = w;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue