Changeset 131 for trunk/NewView/MainForm.pas
- Timestamp:
- Apr 28, 2007, 9:39:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NewView/MainForm.pas
r129 r131 4170 4170 LogEvent(LogStartup, 'WMOpened: SetLayout'); 4171 4171 4172 // direct access the field to suppress updates done by the setter 4172 4173 if CmdLineParameters.getHelpManagerFlag then 4173 4174 FShowLeftPanel := Settings.ShowLeftPanel_Help … … 6932 6933 LogEvent(LogNHM, 'NHMTopicByResourceID'); 6933 6934 RestoreWindow; 6934 DisplayContents; 6935 if ShowLeftPanel then 6936 DisplayContents; 6935 6937 DisplayTopicByResourceID( Msg.Param1 ); 6936 6938 end; … … 6944 6946 LogEvent(LogNHM, 'NHMTopicByPanelName'); 6945 6947 RestoreWindow; 6946 DisplayContents; 6948 if ShowLeftPanel then 6949 DisplayContents; 6947 6950 6948 6951 pMessageMem := pchar( Msg.Param1 );
Note:
See TracChangeset
for help on using the changeset viewer.