Fix ui:touch support
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user