diff --git a/external/maplibre-native b/external/maplibre-native index 3d4ca3fd..a77cb6b2 160000 --- a/external/maplibre-native +++ b/external/maplibre-native @@ -1 +1 @@ -Subproject commit 3d4ca3fdf07c50db3002b11bff93c81ec380e493 +Subproject commit a77cb6b2d1cde3a5f2c147e25245aa019aacb74b diff --git a/external/maplibre-native-qt b/external/maplibre-native-qt index 805ccf62..3939a82a 160000 --- a/external/maplibre-native-qt +++ b/external/maplibre-native-qt @@ -1 +1 @@ -Subproject commit 805ccf6204a546e43fed599631ad5d698f68ae86 +Subproject commit 3939a82ab9c2ff8bc2746e58ab9727cd12caef2c diff --git a/scwx-qt/source/scwx/qt/map/map_widget.cpp b/scwx-qt/source/scwx/qt/map/map_widget.cpp index ab7b0cf6..bfe0908c 100644 --- a/scwx-qt/source/scwx/qt/map/map_widget.cpp +++ b/scwx-qt/source/scwx/qt/map/map_widget.cpp @@ -1573,8 +1573,8 @@ void MapWidget::paintGL() // Render QMapLibre Map p->map_->resize(size()); - p->map_->setFramebufferObject(defaultFramebufferObject(), - size() * pixelRatio()); + p->map_->setOpenGLFramebufferObject(defaultFramebufferObject(), + size() * pixelRatio()); p->map_->render(); // Perform mouse picking