Fix ui:touch support

master
Peter Nelson 2013-02-23 09:21:18 +00:00
parent a91526c672
commit f6ac33251c
1 changed files with 1 additions and 1 deletions

View File

@ -86,7 +86,7 @@ LV2PUi::~LV2PUi()
void LV2PUi::WidgetGrabbed(const Widget *widget, bool grabbed)
{
if (this->touch) {
this->touch->touch(this, widget->port, grabbed);
this->touch->touch(this->touch->handle, widget->port, grabbed);
}
}