Skip to content

Commit c7fd82a

Browse files
committed
Windows only for now
1 parent 09af9aa commit c7fd82a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Interface/Application/MainWindowCollaborators.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ namespace
9191
void operator()( T* widget ) const
9292
{
9393
//TODO: investigate this Mac Qt bug in more detail. A better workaround probably exists. (Or just wait until Qt 5)
94-
#ifndef MACOS
94+
#ifdef WIN32
9595
if (widget)
9696
widget->setDisabled(flag_);
9797
#endif

0 commit comments

Comments
 (0)