mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-16 11:42:12 +08:00
Fix displaying the current database in childwins window caption.
This commit is contained in:
@ -1282,9 +1282,9 @@ begin
|
|||||||
tabData.TabVisible := false;
|
tabData.TabVisible := false;
|
||||||
|
|
||||||
pnlTableTop.Caption := 'Table-Properties';
|
pnlTableTop.Caption := 'Table-Properties';
|
||||||
Caption := Description + ' - /' + ActualDatabase;
|
|
||||||
ActualDatabase := db;
|
ActualDatabase := db;
|
||||||
EnsureActiveDatabase;
|
EnsureActiveDatabase;
|
||||||
|
Caption := Description + ' - /' + ActualDatabase;
|
||||||
ActualTable := '';
|
ActualTable := '';
|
||||||
try
|
try
|
||||||
ShowDBProperties( Self );
|
ShowDBProperties( Self );
|
||||||
|
Reference in New Issue
Block a user