Fixed small and rare bug that prevented the scrollbars from being visible on the project view.

This commit is contained in:
Martín Lucas Golini
2025-03-30 20:59:24 -03:00
parent d396bd5b8f
commit 80677554cf
6 changed files with 11 additions and 7 deletions

View File

@@ -63,7 +63,7 @@ class AutoCompletePlugin : public Plugin {
"Auto complete shows the completion popup as you type, so you can fill "
"in long words by typing only a few characters.",
AutoCompletePlugin::New,
{ 0, 2, 7 },
{ 0, 2, 8 },
AutoCompletePlugin::NewSync };
}