Ignore:
Timestamp:
Apr 28, 2007, 9:39:01 PM (18 years ago)
Author:
RBRi
Message:

respect setting for opening left panel

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NewView/MainForm.pas

    r129 r131  
    41704170  LogEvent(LogStartup, 'WMOpened: SetLayout');
    41714171
     4172  // direct access the field to suppress updates done by the setter
    41724173  if CmdLineParameters.getHelpManagerFlag then
    41734174    FShowLeftPanel := Settings.ShowLeftPanel_Help
     
    69326933  LogEvent(LogNHM, 'NHMTopicByResourceID');
    69336934  RestoreWindow;
    6934   DisplayContents;
     6935  if ShowLeftPanel then
     6936    DisplayContents;
    69356937  DisplayTopicByResourceID( Msg.Param1 );
    69366938end;
     
    69446946  LogEvent(LogNHM, 'NHMTopicByPanelName');
    69456947  RestoreWindow;
    6946   DisplayContents;
     6948  if ShowLeftPanel then
     6949    DisplayContents;
    69476950
    69486951  pMessageMem := pchar( Msg.Param1 );
Note: See TracChangeset for help on using the changeset viewer.