# HG changeset patch # User Chris Cannam # Date 1385464605 0 # Node ID eaf4446a1bef283da661e0062f8495e0709f675c # Parent 41029a6e55c6f24f94fc9b451d6498d6e9fa97af WS -> OS diff -r 41029a6e55c6 -r eaf4446a1bef widgets/PropertyBox.cpp --- a/widgets/PropertyBox.cpp Thu Nov 21 12:59:20 2013 +0000 +++ b/widgets/PropertyBox.cpp Tue Nov 26 11:16:45 2013 +0000 @@ -511,7 +511,7 @@ } cb->blockSignals(false); -#ifdef Q_WS_MAC +#ifdef Q_OS_MAC // Crashes on startup without this, for some reason cb->setMinimumSize(QSize(10, 10)); #endif