Fix GPS map jitter
authorColin Clark <colin.clark@cclark.uk>
Sun, 22 Aug 2021 13:36:28 +0000 (14:36 +0100)
committerColin Clark <colin.clark@cclark.uk>
Sun, 22 Aug 2021 13:36:28 +0000 (14:36 +0100)
commitc677470b19ebb8028ad5b6aab371ac2fc1d5b83d
tree9e99de14bcef5145c8405cc516c542216d8629bc
parent451e12690e443bd74a5ce9a597f344e14ef40089
Fix GPS map jitter

When zooming the GPS map, it jittered because the zoom level box text
was changing size.
Use gtk_label_set_ellipsize() to avoid that.
src/bar_gps.c