mirror of
https://github.com/SpartanJ/eepp.git
synced 2026-06-01 19:16:30 +03:00
ecode: Quick Fix icon is now clickable. Minor fixes with incorrect usage of setCursor.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user