mirror of
https://github.com/macvim-dev/macvim.git
synced 2026-06-07 15:37:14 +02:00
Disable useless scrollbars
This commit is contained in:
committed by
Bjorn Winckler
parent
aec04a78a5
commit
592d5b8af1
@@ -393,6 +393,7 @@ enum {
|
||||
//NSLog(@"Set thumb value %.2f proportion %.2f for scroller %d",
|
||||
// val, prop, ident);
|
||||
[scroller setFloatValue:val knobProportion:prop];
|
||||
[scroller setEnabled:prop != 1.f];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user