svn@pgadmin.org wrote:
>Author: dpage
>Date: 2005-11-16 21:57:28 +0000 (Wed, 16 Nov 2005)
>New Revision: 4744
>
>Modified:
> trunk/pgadmin3/src/ctl/ctlSQLBox.cpp
> trunk/pgadmin3/src/include/ctl/ctlSQLBox.h
>Log:
>Swap between Find/Replace dialogues correctly on non-windows platforms properly. Looks like we might have to live with
slightlyodd behaviour on Windows due to the design of wx :-(
>
>
Hu, slightly odd? Isn't this crashing for you? It did for me, since
apparently there are messages stuck in the msg queue that aren't
removable even by Yield.
Regards,
Andreas