Selaa lähdekoodia

make sure dropdown is on top

Johann ELSASS 5 vuotta sitten
vanhempi
sitoutus
f4865e4d89
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      bccombobox.pas

+ 1 - 0
bccombobox.pas

@@ -615,6 +615,7 @@ begin
     FForm.BorderStyle := bsNone;
     FForm.BorderStyle := bsNone;
     FForm.OnDeactivate:= FormDeactivate;
     FForm.OnDeactivate:= FormDeactivate;
     FForm.OnHide:=FormHide;
     FForm.OnHide:=FormHide;
+    FForm.FormStyle := fsStayOnTop;
   end;
   end;
 
 
   if FListBox = nil then
   if FListBox = nil then