1786018294

This commit is contained in:
2026-08-06 14:11:34 +02:00
parent 275be7f3f8
commit 405325c0ec

View File

@@ -23,7 +23,7 @@ pub struct Trekstor {
impl Trekstor { impl Trekstor {
pub fn new() -> Self { pub fn new() -> Self {
let window = MinimalSoftwareWindow::new(RepaintBufferType::ReusedBuffer); let window = MinimalSoftwareWindow::new(RepaintBufferType::NewBuffer);
Self { window } Self { window }
} }