Обсуждение: SVN Commit by dpage: r6501 - trunk/pgadmin3/pgadmin/debugger

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

SVN Commit by dpage: r6501 - trunk/pgadmin3/pgadmin/debugger

От
svn@pgadmin.org
Дата:
Author: dpage

Date: 2007-07-27 15:14:29 +0000 (Fri, 27 Jul 2007)

New Revision: 6501

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=6501&view=rev

Log:
In ctlCodeWindow::OnSelectFrame(), I'm now checking the event.GetSelection() before sending a "SELECT FRAME" message to
thedebugger proxy; it looks like wxWidgets now sends (at least) two messages when you click on a ListBox entry - we
wantto ignore most of those messages and just send one request to the server when the user clicks on a stack-frame
entry.[Korry Douglas] 


Modified:
   trunk/pgadmin3/pgadmin/debugger/ctlCodeWindow.cpp