From ace33aa39cc72703f63f5a9f7f7ca1a787ee69da Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Fri, 3 Oct 2014 14:42:37 -0400 Subject: [PATCH] Vestige Controls - Horiz Scrollbar Fix Adds a horizontal scrollbar to VSTs Controls with longer knob labels. Closes #1184 --- plugins/vestige/vestige.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/plugins/vestige/vestige.cpp b/plugins/vestige/vestige.cpp index 5723aafde..cdb0551d8 100644 --- a/plugins/vestige/vestige.cpp +++ b/plugins/vestige/vestige.cpp @@ -982,7 +982,6 @@ manageVestigeInstrumentView::manageVestigeInstrumentView( Instrument * _instrume widget->setAutoFillBackground(true); m_vi->m_scrollArea->setVerticalScrollBarPolicy( Qt::ScrollBarAlwaysOn ); - m_vi->m_scrollArea->setHorizontalScrollBarPolicy( Qt::ScrollBarAlwaysOff ); m_vi->m_scrollArea->setPalette( QApplication::palette( m_vi->m_scrollArea ) ); m_vi->m_scrollArea->setMinimumHeight( 64 );