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

From: Guillaume Lelarge <guillaume(at)lelarge(dot)info>
To: pgadmin-hackers(at)postgresql(dot)org
Subject: pgAdmin III commit: Stop losing focus in Find dialog if nothing more
Date: 2010-12-18 19:10:48
Message-ID: 201012181910.oBIJAm8A050964@gothos.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 telling the user that it reached the end. After the user presses Enter, focus is lost where as it should still be on the Find dialog.

Branch
------
master

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=5c51ac745c4887e8dd0d138001745a0257586857
Author: Nail Samatov <samatov(at)developers(dot)mail>

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

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2010-12-18 19:11:13 Re: Two patches
Previous Message pgAdmin Trac 2010-12-18 07:06:50 [pgAdmin III] #293: how to set tab size on sql editor