Skip to content

Commit

Permalink
Make port label text selectable
Browse files Browse the repository at this point in the history
  • Loading branch information
vulgo committed Dec 9, 2021
1 parent e842b87 commit 1950e2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions usbtool.command
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,7 @@ final class ViewController: NSViewController {
textField.drawsBackground = false
textField.isBezeled = false
textField.isEditable = false
textField.isSelectable = true
textField.textColor = NSColor.secondaryLabelColor
textField.stringValue = stringValue
textField.invalidateIntrinsicContentSize()
Expand Down

0 comments on commit 1950e2c

Please sign in to comment.