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:
parent
4623811ec3
commit
112d36bfa0
2 changed files with 23 additions and 10 deletions
|
@ -10,7 +10,6 @@ public:
|
|||
virtual ~SampleWidget() override;
|
||||
|
||||
void set_buffer(ABuffer*);
|
||||
|
||||
private:
|
||||
explicit SampleWidget(GWidget* parent);
|
||||
virtual void paint_event(GPaintEvent&) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue