Changeset 90


Ignore:
Timestamp:
Sep 14, 2007, 11:21:44 PM (17 years ago)
Author:
rryu
Message:

設定ウインドウを開いたときに、現在使用中のパターンを選択済みにするようにした。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MacFaceFloat/ConfigurationForm.cs

    r65 r90  
    311311                                }
    312312                        }
    313                 }
     313            listViewFaces.Focus();
     314        }
    314315
    315316                private void AddPreviewListItem(string path)
     
    341342                                        (faceDef.WebSite != null ?
    342343                                        faceDef.WebSite.ToString() : "")); // 3: ƒEƒFƒuƒTƒCƒg
     344
     345                if (_config.FaceDefPath == path)
     346                {
     347                    item.Selected = true;
     348                }
    343349                        }
    344350                        catch (Exception ex)
Note: See TracChangeset for help on using the changeset viewer.