In CellView, correct signal/slot toggle parameter.
This commit is contained in:
parent
6588902780
commit
6d7dad54d1
|
@ -470,7 +470,7 @@ namespace Hurricane {
|
||||||
, Qt::Key_S
|
, Qt::Key_S
|
||||||
);
|
);
|
||||||
_showSelectionAction->setCheckable( true );
|
_showSelectionAction->setCheckable( true );
|
||||||
connect( _showSelectionAction, SIGNAL(toggled()), this, SLOT(setShowSelection()) );
|
connect( _showSelectionAction, SIGNAL(toggled(bool)), this, SLOT(setShowSelection(bool)) );
|
||||||
|
|
||||||
action = addToMenu( "view.changeRubber"
|
action = addToMenu( "view.changeRubber"
|
||||||
, tr("Change Rubber Style")
|
, tr("Change Rubber Style")
|
||||||
|
|
Loading…
Reference in New Issue