bobbylight / AutoComplete

A code completion library for Swing text components, with special support for RSyntaxTextArea.
BSD 3-Clause "New" or "Revised" License
166 stars 55 forks source link

Pack tooltip after setting relative location #66

Closed paul-griffith closed 4 years ago

paul-griffith commented 4 years ago

Corrects a minor issue, at least on my local system - the parameter description tooltip appears overlapping the actual line I'm editing, until I move to another completion, which ends up triggering updateText and a pack(), which resizes the window.

Bug: tooltip

With this change, the tooltip always (visibly) opens in the 'shrunk' appearance.

bobbylight commented 4 years ago

Grazie!