We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09af9aa commit c7fd82aCopy full SHA for c7fd82a
src/Interface/Application/MainWindowCollaborators.cc
@@ -91,7 +91,7 @@ namespace
91
void operator()( T* widget ) const
92
{
93
//TODO: investigate this Mac Qt bug in more detail. A better workaround probably exists. (Or just wait until Qt 5)
94
-#ifndef MACOS
+#ifdef WIN32
95
if (widget)
96
widget->setDisabled(flag_);
97
#endif
0 commit comments