mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-03 23:39:41 +00:00
Ensure we repaint the background of windows before redrawing them. This
fixes some issues with incomplete background colors on some operating system / ncurses combinations (e.g. FreeBSD)
This commit is contained in:
parent
8e72d1ba09
commit
a64a7c97b9
@ -419,6 +419,7 @@ void Window::Redraw() {
|
||||
}
|
||||
|
||||
if (this->frame) {
|
||||
this->RepaintBackground();
|
||||
this->OnRedraw();
|
||||
this->Invalidate();
|
||||
this->isDirty = false;
|
||||
|
Loading…
Reference in New Issue
Block a user