mirror of
https://github.com/tumic0/GPXSee.git
synced 2025-06-27 11:39:16 +02:00
Code cleanup
This commit is contained in:
@ -2477,8 +2477,8 @@ void GUI::writeSettings()
|
||||
settings.setValue(SHOW_TICKS_SETTING,
|
||||
_showTicksAction->isChecked());
|
||||
bool sm = _showMarkersAction->isChecked()
|
||||
| _showMarkerDateAction->isChecked()
|
||||
| _showMarkerCoordinatesAction->isChecked();
|
||||
|| _showMarkerDateAction->isChecked()
|
||||
|| _showMarkerCoordinatesAction->isChecked();
|
||||
if (sm != SHOW_MARKERS_DEFAULT)
|
||||
settings.setValue(SHOW_MARKERS_SETTING, sm);
|
||||
if (_showMarkerDateAction->isChecked()
|
||||
|
Reference in New Issue
Block a user