mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-14 01:56:36 +08:00
Fix unsaved change for previous commit.
This commit is contained in:
@ -88,7 +88,7 @@ begin
|
|||||||
pnlLeft.Width := GetRegValue( REGNAME_SQLHELPPLWIDTH, pnlLeft.Width );
|
pnlLeft.Width := GetRegValue( REGNAME_SQLHELPPLWIDTH, pnlLeft.Width );
|
||||||
pnlRightTop.Height := GetRegValue( REGNAME_SQLHELPPRHEIGHT, pnlRightTop.Height );
|
pnlRightTop.Height := GetRegValue( REGNAME_SQLHELPPRHEIGHT, pnlRightTop.Height );
|
||||||
Caption := DEFAULT_WINDOW_CAPTION;
|
Caption := DEFAULT_WINDOW_CAPTION;
|
||||||
MainForm.FixSynEditors;
|
MainForm.SetupSynEditors;
|
||||||
|
|
||||||
// Gather help contents for treeview with SQL: HELP "CONTENTS"
|
// Gather help contents for treeview with SQL: HELP "CONTENTS"
|
||||||
fillTreeLevel( nil );
|
fillTreeLevel( nil );
|
||||||
|
Reference in New Issue
Block a user