Skip to content

Commit

Permalink
ENH: In pythonShell, the consoleWidget created internally is now set …
Browse files Browse the repository at this point in the history
  • Loading branch information
jcfr committed Aug 11, 2010
1 parent 86ba710 commit 93cffdf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Libs/Scripting/Python/Widgets/ctkPythonShell.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -261,6 +261,8 @@ ctkPythonShell::ctkPythonShell(ctkAbstractPythonManager* pythonManager, QWidget*

this->setObjectName("pythonShell");

this->setFocusProxy(&this->Implementation->Console);

ctkPythonShellCompleter* completer = new ctkPythonShellCompleter(*this);
this->Implementation->Console.setCompleter(completer);

Expand Down

0 comments on commit 93cffdf

Please sign in to comment.