mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-03 09:58:12 +02:00
IDE: SourceEditor, fix painting hint on completion drop down. Do not limit to width of dropdown, the hint is intentionally wider. (Currently use "ItemSelect" to detect if the paint may be for the hint)
This commit is contained in:
parent
7f4426c2e9
commit
5aee1dc5de
@ -2789,6 +2789,7 @@ begin
|
||||
(FColors[ahaIdentComplRecent].Foreground <> clNone);
|
||||
|
||||
MaxX:=TheForm.ClientWidth;
|
||||
if ItemSelected then MaxX := MaxInt; // Might be hint, then it has more space
|
||||
t:=CurrentCompletionType;
|
||||
if Manager.ActiveCompletionPlugin<>nil then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user