Обсуждение: SVN Commit by dpage: r5496 - in trunk/pgadmin3/src: ctl frm include/ctl

Поиск
Список
Период
Сортировка

SVN Commit by dpage: r5496 - in trunk/pgadmin3/src: ctl frm include/ctl

От
svn@pgadmin.org
Дата:
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
buttonsand menus should only reflect what's happening in their own parent. To make things more usable, add a Ctrl-C
shortcutto 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