mirror of
https://github.com/qgis/QGIS.git
synced 2025-03-01 00:46:20 -05:00
Remove outdated comment
This commit is contained in:
parent
f09e640498
commit
a1dbb96110
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user