Don't reset breakpoints when folding code

In the debugger window, when you click on a cross on the left margin to
fold or unfold a block of code, we also set or clear a breakpoint on
that line. That's clearly not the way it's supposed to work - should
only set/clear breakpoints when you click on the line number or the
margin that displays the red breakpoint symbol.

Branch
------
REL-1_14_0_PATCHES

Details
-------
http://git.postgresql.org/gitweb?p=pgadmin3.git;a=commitdiff;h=548c348b3eee1bb41f3d17a2d70b9a11e2068460
Author: Heikki Linnakangas <[email protected]>

Modified Files
--------------
CHANGELOG                          |    2 ++
pgadmin/debugger/ctlCodeWindow.cpp |    8 +++++++-
2 files changed, 9 insertions(+), 1 deletions(-)


-- 
Sent via pgadmin-hackers mailing list ([email protected])
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers

Reply via email to