Author: dpage
Date: 2006-10-16 11:54:27 +0100 (Mon, 16 Oct 2006)
New Revision: 5496
Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5496&view=rev
Log:
Don't try modifying frmQuery's buttons or menus if updateMenu has been triggered by an event in a floating pane. The buttons and menus should only reflect what's happening in their own parent. To make things more usable, add a Ctrl-C shortcut to ctlSQLGrid to allow data to be copied when floating. Per Erwin Brandstetter.
Modified:
trunk/pgadmin3/src/ctl/ctlSQLGrid.cpp
trunk/pgadmin3/src/frm/frmQuery.cpp
trunk/pgadmin3/src/include/ctl/ctlSQLGrid.h