Skip to content

Commit 5b64248

Browse files
committed
Allow AudioConfigurationWindow to resize if content size changes
1 parent b5a3158 commit 5b64248

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Source/Processors/AudioNode/AudioEditor.cpp

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -294,11 +294,6 @@ AudioConfigurationWindow::AudioConfigurationWindow (AudioDeviceManager& adm, Aud
294294

295295
setContentOwned (adsc, true);
296296
setVisible (false);
297-
298-
int fixedWidth = adsc->getWidth() + 10;
299-
int fixedHeight = adsc->getHeight() + getTitleBarHeight() + 20;
300-
301-
setResizeLimits (fixedWidth, fixedHeight, fixedWidth, fixedHeight);
302297
}
303298

304299
void AudioConfigurationWindow::closeButtonPressed()

0 commit comments

Comments
 (0)