🐛[bugfix] Model : overlayの不透明度が追従しない問題の対策2

This commit is contained in:
misygauziya
2024-04-25 11:05:53 +09:00
parent d3920e730e
commit 6d93ca0f42
2 changed files with 6 additions and 5 deletions

View File

@@ -623,7 +623,6 @@ class Model:
if self.overlay.initialized is True:
opacity = config.OVERLAY_SETTINGS["opacity"]
self.overlay.uiManager.setTransparency(opacity)
self.overlay.uiManager.update()
def updateOverlayImageUiScaling(self):
if self.overlay.initialized is True: