amend to d8cbda05d1 - fix typo

This commit is contained in:
Robin Gareus 2013-07-10 15:13:08 +02:00
parent 424d368614
commit d8477de0ab
1 changed files with 1 additions and 1 deletions

View File

@ -934,7 +934,7 @@ GainMeter::set_controls (boost::shared_ptr<Route> r,
boost::shared_ptr<PeakMeter> meter,
boost::shared_ptr<Amp> amp)
{
if (meter_alignment.get_parent()) {
if (meter_hbox.get_parent()) {
hbox.remove (meter_hbox);
}