Changeset 10


Ignore:
Timestamp:
Nov 10, 2004, 8:43:51 PM (19 years ago)
Author:
altba\rryu
Message:

MainForm#SelectFaceDef?()から更新停止のコードを削除するのを忘れていたため、選択ダイアログを出すと行進が止まりっぱなしになるのを修正した。

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/MainForm.cs

    r9 r10  
    122122                public bool SelectFaceDefine(string defaultPath)
    123123                {
    124                         String facePath;
    125 
    126                         // XV‚ðŽ~‚ß‚éB
    127                         if (_updateTimer != null)
    128                         {
    129                                 _updateTimer.Stop();
    130                                 Application.DoEvents();
    131                         }
    132 
    133                         // ƒtƒHƒ‹ƒ_‘I‘ðB
    134124                        while (true)
    135125                        {
     
    139129                                if (folderBrowser.ShowDialog() == DialogResult.OK)
    140130                                {
    141                                         facePath = folderBrowser.SelectedPath;
    142 
    143                                         if (LoadFaceDefine(facePath))
     131                                        if (LoadFaceDefine(folderBrowser.SelectedPath))
    144132                                        {
    145133                                                return true;
Note: See TracChangeset for help on using the changeset viewer.