Fix the alpha sliders not taking the correct value on startup and not syncing bidirectionally.

This commit is contained in:
David Robertson
2020-05-06 04:56:56 +01:00
parent 44fb91633a
commit be93f78f7c
5 changed files with 63 additions and 87 deletions

View File

@@ -2,8 +2,6 @@ from typing import Dict
from PyQt5 import QtWidgets
from PyQt5.QtCore import QSettings
import gettext