D15572: [Terminal Display] Hide search bar on ESC

Tomaz Canabrava noreply at phabricator.kde.org
Mon Sep 17 13:51:33 BST 2018


tcanabrava requested changes to this revision.
tcanabrava added inline comments.
This revision now requires changes to proceed.

INLINE COMMENTS

> TerminalDisplay.cpp:3598
>  
> +    if (event->key() & Qt::Key_Escape) {
> +        _searchBar->hide();

if (_searchBar->isVisible() && ...) ?

REPOSITORY
  R319 Konsole

REVISION DETAIL
  https://phabricator.kde.org/D15572

To: anthonyfieroni, tcanabrava, hindenburg, #konsole
Cc: konsole-devel, herrold, ngraham, maximilianocuria, hindenburg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/konsole-devel/attachments/20180917/ee8f995f/attachment-0001.html>


More information about the konsole-devel mailing list