mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
better names and API docs
This commit is contained in:
@@ -15,7 +15,7 @@ public abstract partial class PopupAutocomplete
|
||||
|
||||
private readonly PopupAutocomplete _autoComplete;
|
||||
|
||||
protected override bool OnDrawContent (Rectangle viewport)
|
||||
protected override bool OnDrawingContent (Rectangle viewport)
|
||||
{
|
||||
if (!_autoComplete.LastPopupPos.HasValue)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user