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