File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,10 +176,9 @@ void updateMouseCoordinates()
176176
177177void updateCameraLookCoordinates ()
178178{
179- lbCameraPointing->setCaption (
180- mrpt::format (
181- " Looking at: X=%6.03f Y=%6.03f Z=%6.03f" , win->camera ().getCameraPointingX (),
182- win->camera ().getCameraPointingY (), win->camera ().getCameraPointingZ ()));
179+ lbCameraPointing->setCaption (mrpt::format (
180+ " Looking at: X=%6.03f Y=%6.03f Z=%6.03f" , win->camera ().getCameraPointingX (),
181+ win->camera ().getCameraPointingY (), win->camera ().getCameraPointingZ ()));
183182}
184183
185184void observeViewOptions ()
@@ -234,10 +233,9 @@ void rebuildCamTravellingCombo()
234233 std::advance (it, i);
235234
236235 lstShort.push_back (std::to_string (i));
237- lst.push_back (
238- mrpt::format (
239- " [%02u] t=%.02fs pose=%s" , static_cast <unsigned int >(i),
240- mrpt::Clock::toDouble (it->first ), it->second .asString ().c_str ()));
236+ lst.push_back (mrpt::format (
237+ " [%02u] t=%.02fs pose=%s" , static_cast <unsigned int >(i),
238+ mrpt::Clock::toDouble (it->first ), it->second .asString ().c_str ()));
241239 }
242240 cbTravellingKeys->setItems (lst, lstShort);
243241
You can’t perform that action at this time.
0 commit comments