From b5c9f0d5a9ab1a7a68d1896a743a087038378ffc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Mar 2012 05:37:37 +0000 Subject: Remove implementation of UI resize extension which is handled autommatically by Suil now. Tolerate UIs sending messages with crazy port indices. git-svn-id: http://svn.drobilla.net/lad/trunk/jalv@4096 a436a847-0d15-0410-975c-d299462d15a1 --- src/jalv_qt4.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/jalv_qt4.cpp') diff --git a/src/jalv_qt4.cpp b/src/jalv_qt4.cpp index 682188a..8111c34 100644 --- a/src/jalv_qt4.cpp +++ b/src/jalv_qt4.cpp @@ -70,7 +70,6 @@ jalv_open_ui(Jalv* jalv, if (instance) { QWidget* widget = (QWidget*)suil_instance_get_widget(instance); widget->show(); - jalv_ui_resize(jalv, jalv->ui_width, jalv->ui_height); } else { QPushButton* button = new QPushButton("Close"); button->show(); -- cgit v1.2.1