Do not recenter the restart floater if it's been moved.

This commit is contained in:
Lirusaito
2019-03-16 20:28:15 -04:00
parent eec7385045
commit d1f386860c

View File

@@ -6698,8 +6698,8 @@ void update_region_restart(const LLSD& llsdBlock)
if (restarting_floater)
{
restarting_floater->updateTime(seconds);
if (!restarting_floater->isMinimized())
restarting_floater->center();
/*if (!restarting_floater->isMinimized())
restarting_floater->center();*/
}
else
{