1
Fork 0
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:
Andreas Kling 2021-05-22 23:20:31 +02:00
parent 3dfc3e362b
commit 62819df713
5 changed files with 33 additions and 1 deletions

View file

@ -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;