svnno****@sourc*****
svnno****@sourc*****
2011年 3月 1日 (火) 00:53:10 JST
Revision: 1476 http://sourceforge.jp/projects/tween/svn/view?view=rev&revision=1476 Author: syo68k Date: 2011-03-01 00:53:10 +0900 (Tue, 01 Mar 2011) Log Message: ----------- DELETEDイベントを受信した際に詳細表示の発言がそのままになっていたのを修正 Modified Paths: -------------- trunk/Tween/Tween.vb -------------- next part -------------- Modified: trunk/Tween/Tween.vb =================================================================== --- trunk/Tween/Tween.vb 2011-02-28 12:08:36 UTC (rev 1475) +++ trunk/Tween/Tween.vb 2011-02-28 15:53:10 UTC (rev 1476) @@ -9898,6 +9898,7 @@ _itemCacheIndex = -1 _postCache = Nothing DirectCast(_curTab.Tag, DetailsListView).Update() + If _curPost.StatusId = id Then DispSelectedPost(True) End If End Sub) Exit Sub