TransferView bug in cvs version

Problems compiling? Don't understand the source code? Don't know how to code your feature? Post here.

Moderator: Moderators

Locked
Pofis
Posts: 14
Joined: 2003-11-25 14:06
Location: Portugal
Contact:

TransferView bug in cvs version

Post by Pofis » 2004-03-20 08:02

hi
i just downloaded the src from cvs, and founded a bug, the menu items in transferview seems to be desappear every time the menu is showed.
I founded a way to fix this, in file windows/TranferView.cpp, i puted it like this:

Code: Select all

		if ( bCustomMenu ) {
			transferMenu.DeleteMenu(transferMenu.GetMenuItemCount()-1, MF_BYPOSITION);
			//transferMenu.DeleteMenu(transferMenu.GetMenuItemCount()-1, MF_BYPOSITION);
			cleanMenu(transferMenu);
		}
the src seems to be fixed, so you just need to comment the line ou remove it. It seems to be fixed now.

Pofis

Locked