Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 1052 |
BrowserTab.Font.Style := [fsBold]; |
BrowserTab.Font.Style := [fsBold]; |
| 1053 |
if GikoSys.Setting.BrowserTabFontItalic then |
if GikoSys.Setting.BrowserTabFontItalic then |
| 1054 |
BrowserTab.Font.Style := GikoForm.BrowserTab.Font.Style + [fsItalic]; |
BrowserTab.Font.Style := GikoForm.BrowserTab.Font.Style + [fsItalic]; |
| 1055 |
|
|
| 1056 |
BrowserTab.DoubleBuffered := True; |
BrowserTab.DoubleBuffered := True; |
| 1057 |
FDragWFirst := false; |
FDragWFirst := false; |
| 1058 |
SetContent(BrowserNullTab); //ブラウザを空白表示 |
SetContent(BrowserNullTab); //ブラウザを空白表示 |
| 1563 |
try |
try |
| 1564 |
MouseGesture.Clear; |
MouseGesture.Clear; |
| 1565 |
MouseGesture.UnHook; |
MouseGesture.UnHook; |
| 1566 |
MouseGesture.Free; |
// MouseGesture.Free; // Free するといけない? |
| 1567 |
MouseGesture := nil; |
// MouseGesture := nil; |
| 1568 |
except |
except |
| 1569 |
end; |
end; |
| 1570 |
try |
try |
|
|
Legend:
| Removed from v.1.654 |
|
| changed lines |
| |
Added in v.1.655 |
|
|
|