(svn r26538) -Codechange: remove double accounting of the drivers
This commit is contained in:
@@ -208,7 +208,7 @@ struct OskWindow : public Window {
|
||||
|
||||
virtual void OnFocusLost()
|
||||
{
|
||||
_video_driver->EditBoxLostFocus();
|
||||
VideoDriver::GetInstance()->EditBoxLostFocus();
|
||||
delete this;
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user