VWR-24315: update cached control values when resetting debug setting to default

master
Aleric Inglewood 2011-01-20 14:35:04 -05:00
parent 80d7432ce6
commit 42604a1080
2 changed files with 2 additions and 1 deletions

View File

@ -80,6 +80,7 @@ Aleric Inglewood
VWR-24252
VWR-24254
VWR-24261
VWR-24315
SNOW-84
SNOW-477
SNOW-744

View File

@ -178,7 +178,7 @@ void LLFloaterSettingsDebug::onClickDefault()
if (controlp)
{
controlp->resetToDefault();
controlp->resetToDefault(true);
updateControl(controlp);
}
}