Develop and Download Open Source Software

Browse CVS Repository

Diff of /gikonavigoeson/gikonavi/Giko.pas

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

revision 1.376 by yoffy, Tue Aug 3 17:21:51 2004 UTC revision 1.377 by yoffy, Wed Aug 4 03:08:50 2004 UTC
# Line 4854  begin Line 4854  begin
4854                  if SelectComboBox.Parent <> nil then begin                  if SelectComboBox.Parent <> nil then begin
4855                          if SelectComboBox.Left + SelectComboBox.Width < ListToolBar.Width then begin                          if SelectComboBox.Left + SelectComboBox.Width < ListToolBar.Width then begin
4856                                  // SelectComboBox がある場合はフォーカスを移す                                  // SelectComboBox がある場合はフォーカスを移す
4857                                    if GikoSys.Setting.ListOrientation = gloHorizontal then begin
4858                                            if GikoSys.Setting.ListWidthState = glsMax then
4859                                                    BrowserMinAction.Execute;
4860                                    end else begin
4861                                            if GikoSys.Setting.ListHeightState = glsMax then
4862                                                    BrowserMinAction.Execute;
4863                                    end;
4864                                  SelectComboBox.SetFocus;                                  SelectComboBox.SetFocus;
4865                                  exit;                                  exit;
4866                          end;                          end;

Legend:
Removed from v.1.376  
changed lines
  Added in v.1.377

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26