[marble] [Bug 377231] Color of track not modifyable

Dave Gilbert bugzilla_noreply at kde.org
Sun Apr 23 16:13:23 BST 2023


https://bugs.kde.org/show_bug.cgi?id=377231

--- Comment #13 from Dave Gilbert <gilbertd+kde at treblig.org> ---
Hi Torsten,
  Thanks for the fixes! I'm using the track from: 
https://michaelminn.net/tutorials/google-gpx/Track_2016-08-22_200130.gpx
Note one thing I'm seeing is that:
void EditPlacemarkDialog::restoreInitial( int result )
    if ( d->m_placemark->coordinate().latitude( GeoDataCoordinates::Degree ) !=
         d->m_initialCoords.latitude( GeoDataCoordinates::Degree ) ||
         d->m_placemark->coordinate().longitude( GeoDataCoordinates::Degree )
!=
         d->m_initialCoords.longitude( GeoDataCoordinates::Degree ) ) {

is triggering, a bit of debug gave me:
EditPlacemarkDialog::restoreInitial: initial: 47.4937/-117.578 current:
47.4937/-117.578

so I'm wondering if this is an FP rounding disagreement that's causing that
restore.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the Marble-bugs mailing list