Skip to content

Commit

Permalink
Fix surfaces not redrawing on fe.layout.redraw()
Browse files Browse the repository at this point in the history
  • Loading branch information
oomek committed Aug 23, 2023
1 parent d130c41 commit bc09afa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fe_present.cpp
Expand Up @@ -1244,6 +1244,7 @@ void FePresent::redraw()
tick();

m_window.clear();
redraw_surfaces();
m_window.draw( *this, m_layout_transform );
m_window.display();
}
Expand Down

0 comments on commit bc09afa

Please sign in to comment.