mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 19:36:07 +08:00
Set BackgroundStyle because wxWidgets wants us to.
This commit is contained in:
parent
fd6eec82fd
commit
71ac9cfba3
@ -26,6 +26,7 @@ Plate2D::Plate2D(wxWindow* parent, const wxSize& size, std::vector<Plater2DObjec
|
||||
|
||||
// Set the brushes
|
||||
set_colors();
|
||||
this->SetBackgroundStyle(wxBG_STYLE_PAINT);
|
||||
}
|
||||
|
||||
void Plate2D::repaint(wxPaintEvent& e) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user