DropList.diff

the diff file to apply - Sender Ghost, 08/19/2011 07:24 PM

Download (461 Bytes)

View differences:

uppsrc/CtrlLib/DropList.cpp 2011-07-27 13:31:43 +0000
54 54
		Change(-1);
55 55
		break;
56 56
	default:
57
		if(k >= 32 && k < 256) {
57
		if(k >= 32 && k < 65536) {
58 58
			bool b = list.Key(k, 1);
59 59
			if(list.GetCursor() >= 0 && list.GetCursor() < key.GetCount() && key[list.GetCursor()] != value)
60 60
				Select();