アットウィキロゴ

TcgExolorer > 20111030版

デッキリストの表示がずれるので停止。
家に帰ったら以下を修正

修正箇所

UnicodeString __fastcall TPlugin::GetDeckListText(int LayerIndex,int Index,int SubItem)
{
TDeckLayer* layer = deckData->Layer[LayerIndex];
TCardItem* card = cardListReference->Data[layer->Item[Index]->UniqueID];

if (SubItem==0 ){
	return layer->Item[Index]->Count;
}
else{
	return card->SubItem[ deckListColumn->Item[SubItem-1]->Key ];
}
}
最終更新:2011年11月08日 20:52
ツールボックス

下から選んでください:

新しいページを作成する
ヘルプ / FAQ もご覧ください。