Browse CVS Repository
Diff of /gikonavigoeson/gikonavi/Giko.pas
Parent Directory
| Revision Log
| Revision Graph
| Patch
| 6194 |
if FDragWFirst = true then |
if FDragWFirst = true then |
| 6195 |
FDragWFirst := false; |
FDragWFirst := false; |
| 6196 |
|
|
| 6197 |
if GikoSys.Setting.ListOrientation = gloHorizontal then begin |
// マウスの中ボタンで閉じたときに最大化してしまうのを防ぐ |
| 6198 |
if GikoSys.Setting.ListWidthState = glsMin then begin |
if Button <> mbMiddle then begin |
| 6199 |
GikoDM.BrowserMaxAndFocusAction.Execute; |
if GikoSys.Setting.ListOrientation = gloHorizontal then begin |
| 6200 |
end; |
if GikoSys.Setting.ListWidthState = glsMin then begin |
| 6201 |
end else begin |
GikoDM.BrowserMaxAndFocusAction.Execute; |
| 6202 |
if GikoSys.Setting.ListHeightState = glsMin then begin |
end; |
| 6203 |
GikoDM.BrowserMaxAndFocusAction.Execute; |
end else begin |
| 6204 |
|
if GikoSys.Setting.ListHeightState = glsMin then begin |
| 6205 |
|
GikoDM.BrowserMaxAndFocusAction.Execute; |
| 6206 |
|
end; |
| 6207 |
end; |
end; |
| 6208 |
end; |
end; |
| 6209 |
end; |
end; |
|
|
Legend:
| Removed from v.1.656 |
|
| changed lines |
| |
Added in v.1.657 |
|
|
|