Fixed destination address selection for commented replays in echo areas

This commit is contained in:
Ianos Gnatiuc 2005-12-25 15:09:16 +00:00
parent eb1273bab5
commit b0b1e699b2
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

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