Skip to content

Commit

Permalink
changed nsslider continious mode
Browse files Browse the repository at this point in the history
  • Loading branch information
adaskar committed Dec 26, 2020
1 parent 632276c commit f11f1db
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions AggregateVolumeMenu.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.guru.AggregateVolumeMenu;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand All @@ -306,6 +307,7 @@
"$(inherited)",
"@executable_path/../Frameworks",
);
MARKETING_VERSION = 1.1;
PRODUCT_BUNDLE_IDENTIFIER = com.guru.AggregateVolumeMenu;
PRODUCT_NAME = "$(TARGET_NAME)";
SWIFT_VERSION = 5.0;
Expand Down
2 changes: 1 addition & 1 deletion AggregateVolumeMenu/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleVersion</key>
<string>1</string>
<key>LSApplicationCategoryType</key>
Expand Down
2 changes: 1 addition & 1 deletion AggregateVolumeMenu/ViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ViewController: NSViewController {
super.viewDidLoad()
hsVolume.minValue = 0
hsVolume.maxValue = 1
hsVolume.isContinuous = true
hsVolume.isContinuous = false
hsVolume.floatValue = avcControl.getVolume()
}

Expand Down

0 comments on commit f11f1db

Please sign in to comment.