Changeset 14118

Show
Ignore:
Timestamp:
06/16/08 14:41:31 (5 years ago)
Author:
poolmmjp
Message:

投稿後、一番上までスクロールしていたのを一番下にした。ビューのソート順が逆になったのでその方が自然。

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • lang/csharp/MMMMB/MMMMB/MiniBlogView.cs

    r14028 r14118  
    296296                { 
    297297                    contentInput.Clear(); 
    298                     this.scrollY = 0; 
     298                    this.scrollY = int.MaxValue; 
    299299                    Reload(); 
    300300                }));