In CellView, correct signal/slot toggle parameter.

This commit is contained in:
Jean-Paul Chaput 2014-08-03 17:20:44 +02:00
parent 6588902780
commit 6d7dad54d1
1 changed files with 1 additions and 1 deletions

View File

@ -470,7 +470,7 @@ namespace Hurricane {
, Qt::Key_S
);
_showSelectionAction->setCheckable( true );
connect( _showSelectionAction, SIGNAL(toggled()), this, SLOT(setShowSelection()) );
connect( _showSelectionAction, SIGNAL(toggled(bool)), this, SLOT(setShowSelection(bool)) );
action = addToMenu( "view.changeRubber"
, tr("Change Rubber Style")