mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-08-18 06:55:48 +03:00
Fixed small and rare bug that prevented the scrollbars from being visible on the project view.
This commit is contained in:
@@ -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 };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user