Skip to content
Snippets Groups Projects
Commit 8cd38c98 authored by Matthias Möller's avatar Matthias Möller
Browse files

- fix: changing selected function via keyboard will update the description box

git-svn-id: http://www.openflipper.org/svnrepo/OpenFlipper/branches/Free@20040 383ad7c9-94d9-4d36-a494-682f7c89f535
parent 730ca571
No related branches found
No related tags found
No related merge requests found
......@@ -188,7 +188,7 @@ void ScriptingPlugin::pluginsInitialized() {
connect (scriptWidget_->currentScript, SIGNAL( textChanged() ), this, SLOT( slotScriptChanged() ) );
connect (scriptWidget_->functionList, SIGNAL( itemClicked(QListWidgetItem*) ),
connect (scriptWidget_->functionList, SIGNAL( currentItemChanged (QListWidgetItem*, QListWidgetItem*) ),
this, SLOT( slotFunctionClicked(QListWidgetItem*) ));
connect (scriptWidget_->functionList, SIGNAL( itemDoubleClicked(QListWidgetItem*) ),
this, SLOT( slotFunctionDoubleClicked(QListWidgetItem*) ));
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment