Disable useless scrollbars

This commit is contained in:
Nicolas Weber
2007-10-19 17:19:50 +02:00
committed by Bjorn Winckler
parent aec04a78a5
commit 592d5b8af1
+1
View File
@@ -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];
}