SVN Commit by dpage: r6566 - trunk/pgadmin3/pgadmin/frm

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r6566 - trunk/pgadmin3/pgadmin/frm
Date: 2007-08-16 14:49:00
Message-ID: 200708161449.l7GEn0hb009784@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2007-08-16 15:49:00 +0100 (Thu, 16 Aug 2007)

New Revision: 6566

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

Log:
The STC seems to fire the changed event even if it just loses focus. Fortunately, that seems to be wxStyledTextEvent.m_modificationType == 512. Don't set the changed flag for this event. Per report from William Trenker

Modified:
trunk/pgadmin3/pgadmin/frm/frmQuery.cpp

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2007-08-16 14:57:30 SVN Commit by dpage: r6567 - trunk/pgadmin3/pgadmin/schema
Previous Message Erwin Brandstetter 2007-08-16 14:36:42 SQL for CREATE ROLE xxx SUPERUSER