1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 01:27:44 +00:00

HexEditor: Use widget override cursors

This commit is contained in:
Andreas Kling 2020-09-11 14:37:30 +02:00
parent 5872cb398c
commit 8f5b92865d
2 changed files with 4 additions and 10 deletions

View file

@ -75,7 +75,6 @@ protected:
virtual void mousemove_event(GUI::MouseEvent&) override;
virtual void keydown_event(GUI::KeyEvent&) override;
virtual bool accepts_focus() const override { return true; }
virtual void leave_event(Core::Event&) override;
private:
bool m_readonly { false };