pgAdmin III commit: Stop losing focus in Find dialog if nothing more

Поиск
Список
Период
Сортировка
От Guillaume Lelarge
Тема pgAdmin III commit: Stop losing focus in Find dialog if nothing more
Дата
Msg-id 201012181910.oBIJAmLD050970@gothos.postgresql.org
обсуждение исходный текст
Список pgadmin-hackers
Stop losing focus in Find dialog if nothing more

This patch fixes an issue with the focus. When on the Find box, at the end of a document, a message box is displayed
tellingthe user that it reached the end. After the user presses Enter, focus is lost where as it should still be on the
Finddialog. 

Branch
------
REL-1_12_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=906b0d7c33aecd669a106eced4c7af57e2d02dc3
Author: Nail Samatov <samatov@developers.mail>

Modified Files
--------------
CHANGELOG                 |    2 ++
pgadmin/ctl/ctlSQLBox.cpp |    6 ++++--
2 files changed, 6 insertions(+), 2 deletions(-)


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "pgAdmin Trac"
Дата:
Сообщение: [pgAdmin III] #293: how to set tab size on sql editor
Следующее
От: Guillaume Lelarge
Дата:
Сообщение: pgAdmin III commit: Fix the UI in Find dialog