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:
@ -224,6 +224,7 @@ begin
|
||||
// Fix GUI stuff
|
||||
TranslateComponent(Self);
|
||||
InheritFont(Font);
|
||||
FixDropDownButtons(Self);
|
||||
|
||||
Width := AppSettings.ReadInt(asSessionManagerWindowWidth);
|
||||
Height := AppSettings.ReadInt(asSessionManagerWindowHeight);
|
||||
|
Reference in New Issue
Block a user