fix broken Map drawing on some platforms

This commit is contained in:
Syping 2020-08-25 12:52:45 +02:00
parent cb8793f3b3
commit c936fed2f8
4 changed files with 46 additions and 34 deletions

View file

@ -25,6 +25,11 @@
<property name="windowTitle">
<string>Snapmatic Map Viewer</string>
</property>
<property name="styleSheet">
<string notr="true">QDialog#MapLocationDialog {
background-color: transparent;
}</string>
</property>
<layout class="QVBoxLayout" name="vlMapPreview">
<property name="spacing">
<number>0</number>