forked from qt-creator/qt-creator
		
	Remove some focus rects on the Mac that don't belong there.
This commit is contained in:
		@@ -45,6 +45,7 @@ ThreadsWindow::ThreadsWindow(QWidget *parent)
 | 
			
		||||
{
 | 
			
		||||
    QAction *act = theDebuggerAction(UseAlternatingRowColors);
 | 
			
		||||
 | 
			
		||||
    setAttribute(Qt::WA_MacShowFocusRect, false);
 | 
			
		||||
    setFrameStyle(QFrame::NoFrame);
 | 
			
		||||
    setWindowTitle(tr("Thread"));
 | 
			
		||||
    setAlternatingRowColors(act->isChecked());
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user