diff options
Diffstat (limited to 'scene/gui/code_edit.h')
-rw-r--r-- | scene/gui/code_edit.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scene/gui/code_edit.h b/scene/gui/code_edit.h index 1770d4f4d8..1a40f94966 100644 --- a/scene/gui/code_edit.h +++ b/scene/gui/code_edit.h @@ -309,6 +309,8 @@ protected: static void _bind_compatibility_methods(); #endif + virtual void _unhide_carets() override; + /* Text manipulation */ // Overridable actions |