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:
parent
5872cb398c
commit
8f5b92865d
2 changed files with 4 additions and 10 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue