Merge pull request #103 from damib/bugfix

Bugfix: disabling all the markers causes the GUI to freeze
pull/117/head
TT 6 years ago committed by GitHub
commit 9bd034bc45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1493,6 +1493,8 @@ draw_all(bool flush)
void
redraw_marker(int marker, int update_info)
{
if (marker < 0)
return;
// mark map on new position of marker
markmap_marker(marker);

Loading…
Cancel
Save

Powered by TurnKey Linux.