diff --git a/src/trekstor.rs b/src/trekstor.rs index a21cc54..0cb434a 100644 --- a/src/trekstor.rs +++ b/src/trekstor.rs @@ -23,7 +23,7 @@ pub struct Trekstor { impl Trekstor { pub fn new() -> Self { - let window = MinimalSoftwareWindow::new(RepaintBufferType::ReusedBuffer); + let window = MinimalSoftwareWindow::new(RepaintBufferType::NewBuffer); Self { window } }