From b0b1e699b2145a5a0ad894abb3d66ed785866901 Mon Sep 17 00:00:00 2001 From: Ianos Gnatiuc Date: Sun, 25 Dec 2005 15:09:16 +0000 Subject: [PATCH] Fixed destination address selection for commented replays in echo areas --- docs/notework.txt | 2 ++ golded3/getpls.cpp | 3 +++ 2 files changed, 5 insertions(+) diff --git a/docs/notework.txt b/docs/notework.txt index c7c2e50..6e36f26 100644 --- a/docs/notework.txt +++ b/docs/notework.txt @@ -10,6 +10,8 @@ ______________________________________________________________________ Notes for GoldED+ 1.1.5, /snapshot/ ______________________________________________________________________ +- Fixed destination address selection for commented replays in echo areas. + + Now golded+ can draw box lines. Use keyboard configuration keyword EditDrawLines (default: ^D) to toggle draw modes. diff --git a/golded3/getpls.cpp b/golded3/getpls.cpp index 154e9c5..7530757 100644 --- a/golded3/getpls.cpp +++ b/golded3/getpls.cpp @@ -1292,6 +1292,9 @@ void OtherAreaCommentMsg() { bool adat_viewhidden = AA->Viewhidden(); bool adat_viewkludge = AA->Viewkludge(); bool adat_viewquote = AA->Viewquote(); + + if (AA->isecho()) reader_msg->dest.reset(); + AL.SetActiveAreaId(destarea); if(CurrArea != OrigArea) { AA->Open();