Skip to content
Snippets Groups Projects
Commit 42604a10 authored by Aleric Inglewood's avatar Aleric Inglewood
Browse files

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

parent 80d7432c
No related branches found
No related tags found
No related merge requests found
......@@ -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);
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment