mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-26 03:01:07 +08:00
Repair position of tab close buttons when tabs reveal or change their caption length.
This commit is contained in:
@ -6891,6 +6891,7 @@ begin
|
||||
end;
|
||||
if newDb <> '' then
|
||||
LoadDatabaseProperties(newDb);
|
||||
FixQueryTabCloseButtons;
|
||||
// Set window caption and taskbar text
|
||||
Cap := winName;
|
||||
if newDb <> '' then
|
||||
@ -8946,6 +8947,7 @@ begin
|
||||
else
|
||||
Cap := sstr(Cap + ObjName, 30);
|
||||
tabEditor.Caption := Cap;
|
||||
FixQueryTabCloseButtons;
|
||||
end;
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user