1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-22 01:34:21 +00:00

Made sure that AudioDeviceSelectorComponent reflects the l+f correctly

This commit is contained in:
jules 2014-07-14 10:54:53 +01:00
parent e35096148e
commit 6bb134ae89

View file

@ -488,6 +488,7 @@ public:
inputDeviceDropDown->setSelectedId (-1, dontSendNotification);
}
sendLookAndFeelChange();
resized();
setSize (getWidth(), getLowestY() + 4);
}