1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 04:17:35 +00:00

SoundPlayer: Make sample widget display contents of the whole buffer

The SampleWidget now displays the contents of the whole buffer.
This commit is contained in:
Till Mayer 2019-10-29 17:31:49 +01:00 committed by Andreas Kling
parent 4623811ec3
commit 112d36bfa0
2 changed files with 23 additions and 10 deletions

View file

@ -10,7 +10,6 @@ public:
virtual ~SampleWidget() override;
void set_buffer(ABuffer*);
private:
explicit SampleWidget(GWidget* parent);
virtual void paint_event(GPaintEvent&) override;