comparison widgets/PropertyBox.cpp @ 681:eaf4446a1bef

WS -> OS
author Chris Cannam
date Tue, 26 Nov 2013 11:16:45 +0000
parents 4806715f7a19
children 1a0dfcbffaf1
comparison
equal deleted inserted replaced
679:41029a6e55c6 681:eaf4446a1bef
509 } 509 }
510 } 510 }
511 } 511 }
512 cb->blockSignals(false); 512 cb->blockSignals(false);
513 513
514 #ifdef Q_WS_MAC 514 #ifdef Q_OS_MAC
515 // Crashes on startup without this, for some reason 515 // Crashes on startup without this, for some reason
516 cb->setMinimumSize(QSize(10, 10)); 516 cb->setMinimumSize(QSize(10, 10));
517 #endif 517 #endif
518 518
519 break; 519 break;