fix: fixed missing checkbox on the macOS 10.13 (#716)

This commit is contained in:
Serhiy Mytrovtsiy
2021-11-27 11:23:50 +01:00
parent c961f76093
commit edd3d97917
2 changed files with 2 additions and 2 deletions

View File

@@ -118,7 +118,7 @@ open class Settings: NSStackView, Settings_p {
button.title = ""
button.action = #selector(self.toggleEnable)
button.isBordered = false
button.isTransparent = true
button.isTransparent = false
button.target = self
toggleBtn = button

View File

@@ -241,7 +241,7 @@ class ApplicationSettings: NSScrollView {
button.title = ""
button.action = action
button.isBordered = false
button.isTransparent = true
button.isTransparent = false
button.target = self
toggle = button