소스 검색

BUG: ctkConsole: Ensure autocompleter is updated or hidden when moving left

Co-authored-by: Jean-Christophe Fillion-Robin <jchris.fillionr@kitware.com>
Mayeul Chassagnard 8 년 전
부모
커밋
461b2784ff
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      Libs/Widgets/ctkConsole.cpp

+ 1 - 0
Libs/Widgets/ctkConsole.cpp

@@ -410,6 +410,7 @@ void ctkConsolePrivate::keyPressEvent(QKeyEvent* e)
       this->setTextCursor(text_cursor);
       e->accept();
       }
+    this->updateCompleterIfVisible();
     return;
     }