Browse Source

Remove the ugly autocomplete WS_THICKFRAME header at the cost of resizability.

Martijn Laan 1 year ago
parent
commit
a2c8d3232c
1 changed files with 1 additions and 0 deletions
  1. 1 0
      Projects/Src/CompScintEdit.pas

+ 1 - 0
Projects/Src/CompScintEdit.pas

@@ -218,6 +218,7 @@ begin
   Call(SCI_AUTOCSETCANCELATSTART, 0, 0);
   Call(SCI_AUTOCSETDROPRESTOFWORD, 1, 0);
   Call(SCI_AUTOCSETIGNORECASE, 1, 0);
+  Call(SCI_AUTOCSETOPTIONS, SC_AUTOCOMPLETE_FIXED_SIZE, 0); { Removes the ugly WS_THICKFRAME header at the cost of resizability }
   Call(SCI_AUTOCSETMAXHEIGHT, 12, 0);
   Call(SCI_AUTOCSETMULTI, SC_MULTIAUTOC_EACH, 0);