ecode: Quick Fix icon is now clickable. Minor fixes with incorrect usage of setCursor.

This commit is contained in:
Martín Lucas Golini
2024-06-23 22:05:04 -03:00
parent aad3b189d3
commit 4ec00ee02d
6 changed files with 155 additions and 29 deletions

View File

@@ -720,6 +720,8 @@ class EE_API UICodeEditor : public UIWidget, public TextDocument::Client {
void setFoldsRefreshTime( const Time& foldsRefreshTime );
void updateMouseCursor( const Vector2f& position );
protected:
struct LastXOffset {
TextPosition position{ 0, 0 };
@@ -1035,8 +1037,6 @@ class EE_API UICodeEditor : public UIWidget, public TextDocument::Client {
void findRegionsDelayed();
void refreshTag();
void updateMouseCursor( const Vector2f& position );
};
}} // namespace EE::UI