Remove outdated comment

This commit is contained in:
Nyall Dawson 2018-12-03 08:37:32 +10:00 committed by Peter Petrik
parent f09e640498
commit a1dbb96110

View File

@ -544,9 +544,6 @@ void QgsColorButton::prepareMenu()
mMenu->addAction( pasteColorAction );
connect( pasteColorAction, &QAction::triggered, this, &QgsColorButton::pasteColor );
//disabled for OSX, as it is impossible to grab the mouse under OSX
//see note for QWidget::grabMouse() re OSX Cocoa
//http://qt-project.org/doc/qt-4.8/qwidget.html#grabMouse
QAction *pickColorAction = new QAction( tr( "Pick Color" ), this );
mMenu->addAction( pickColorAction );
connect( pickColorAction, &QAction::triggered, this, &QgsColorButton::activatePicker );