VWR-24315: update cached control values when resetting debug setting to default
parent
80d7432ce6
commit
42604a1080
|
|
@ -80,6 +80,7 @@ Aleric Inglewood
|
|||
VWR-24252
|
||||
VWR-24254
|
||||
VWR-24261
|
||||
VWR-24315
|
||||
SNOW-84
|
||||
SNOW-477
|
||||
SNOW-744
|
||||
|
|
|
|||
|
|
@ -178,7 +178,7 @@ void LLFloaterSettingsDebug::onClickDefault()
|
|||
|
||||
if (controlp)
|
||||
{
|
||||
controlp->resetToDefault();
|
||||
controlp->resetToDefault(true);
|
||||
updateControl(controlp);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue