|
@@ -357,7 +357,7 @@ class KMAddBackgroundView: KMBaseXibView, NSComboBoxDelegate {
|
|
|
browseButton.isEnabled = true
|
|
|
ratioTextField.isEnabled = true
|
|
|
ratioStepper.isEnabled = true
|
|
|
- background.color = nil
|
|
|
+ background.color = NSColor.white
|
|
|
background.type = .file
|
|
|
background.scale = ratioStepper.doubleValue
|
|
|
doneButton.isEnabled = filePathLabel.stringValue.count > 0
|