• R/O
  • SSH
  • HTTPS

hachiluncher: 提交


Commit MetaInfo

修订版8 (tree)
时间2013-01-11 22:17:42
作者mushikudashi

Log Message

(empty log message)

更改概述

差异

--- src/HachiLauncher/MainWindow.xaml.vb (revision 7)
+++ src/HachiLauncher/MainWindow.xaml.vb (revision 8)
@@ -88,8 +88,20 @@
8888 ' アイコン画像を取り込み/表示位置調整
8989 Me.LoadCurrentIcons()
9090 Me.FrameLocationSetting()
91+
92+ Me.OnDoWork()
9193 End Sub
9294
95+ Private Sub OnDoWork()
96+ For Each icon As IconInfo In Me.mDatas.PageIcons.AllIconInfo
97+ Dim imag As ImageSource
98+ If Not Me.mImageDic.ContainsKey(icon.Path) Then
99+ imag = SellApis.GetIcon(icon.Path, SellApis.SHIL_EXTRALARGE)
100+ Me.mImageDic.Add(icon.Path, imag)
101+ End If
102+ Next
103+ End Sub
104+
93105 #Region "多重起動処理、およびスタート位置設定"
94106
95107 Delegate Sub RelocationWindowHandler(sendMsg As Integer)
Show on old repository browser