Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
914635d9
Commit
914635d9
authored
Sep 12, 2005
by
hartman
Browse files
* Remove 10.3 only properties of the volumeSlider
parent
0f24d6d5
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/macosx/misc.m
View file @
914635d9
...
...
@@ -296,11 +296,9 @@ void _drawFrameInRect(NSRect frameRect)
[
newCell
setMinValue
:[
oldCell
minValue
]];
[
newCell
setDoubleValue
:[
oldCell
doubleValue
]];
[
newCell
setNumberOfTickMarks
:[
oldCell
numberOfTickMarks
]];
[
newCell
setSliderType
:[
oldCell
sliderType
]];
[
newCell
setEditable
:[
oldCell
isEditable
]];
[
newCell
setEnabled
:[
oldCell
isEnabled
]];
[
newCell
setEntryType
:[
oldCell
entryType
]];
[
newCell
setFocusRingType
:[
oldCell
focusRingType
]];
[
newCell
setHighlighted
:[
oldCell
isHighlighted
]];
[
newCell
setTickMarkPosition
:[
oldCell
tickMarkPosition
]];
[
self
setCell
:
newCell
];
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment