Fix ui:touch support

This commit is contained in:
2013-02-23 09:21:18 +00:00
parent a91526c672
commit f6ac33251c

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