mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:27:35 +00:00
Profiler: Allow scaling the timeline with Ctrl+MouseWheel :^)
This commit is contained in:
parent
3dfc3e362b
commit
62819df713
5 changed files with 33 additions and 1 deletions
|
@ -20,6 +20,8 @@ class TimelineTrack final : public GUI::Frame {
|
|||
public:
|
||||
virtual ~TimelineTrack() override;
|
||||
|
||||
void set_scale(float);
|
||||
|
||||
private:
|
||||
virtual void event(Core::Event&) override;
|
||||
virtual void paint_event(GUI::PaintEvent&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue