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();