MerginMaps / mobile

Mobile app for Mergin Maps 📲. Open QGIS projects and manage vector data on your phone, even offline 📶 (Android/iOS/Windows app)
https://merginmaps.com
GNU General Public License v2.0
294 stars 64 forks source link

Toggling raster layer visibility from layer settings is flaky #3287

Closed uclaros closed 4 months ago

uclaros commented 5 months ago
PeterPetrik commented 5 months ago

e.g. lutraconsulting/12_form_group

PeterPetrik commented 5 months ago

related to https://github.com/MerginMaps/mobile/issues/3215

Screenshot 2024-04-10 at 12 41 35

red part is "right content container" has has width: actionAllowed ? height/2 : 0 regardless of component assigned to it. also MMSwitch is on TOP of that red part, so the "rightContentClicked" signal gets to caller only when you manage to click to red area below or above switch rectangle.