mirror of
https://github.com/HeidiSQL/HeidiSQL.git
synced 2025-08-06 18:24:26 +08:00
Try the same workaround for invisible or black dropdown buttons on Wine as previously only for dropdown toolbuttons (becd4bdd0e3845f9ad7845fe7637460914878afa and 61202be058cc135f938a131207f47f9546efff26). Probably fixes issue #94. May also not fix it, as the toolbutton issue was not only on Wine.
This commit is contained in:
@ -68,6 +68,7 @@ const
|
||||
procedure TCopyTableForm.FormCreate(Sender: TObject);
|
||||
begin
|
||||
TranslateComponent(Self);
|
||||
FixDropDownButtons(Self);
|
||||
InheritFont(Font);
|
||||
Width := AppSettings.ReadInt(asCopyTableWindowWidth);
|
||||
Height := AppSettings.ReadInt(asCopyTableWindowHeight);
|
||||
|
Reference in New Issue
Block a user