https://bugs.kde.org/show_bug.cgi?id=377231
--- Comment #13 from Dave Gilbert <gilbertd+...@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 watching all bug changes.