mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-05 13:10:37 +08:00
gcc please don't treat that as an initializer list. :(
This commit is contained in:
parent
ada744d718
commit
ab97539a1d
@ -87,7 +87,7 @@ void AboutDialogLogo::repaint(wxPaintEvent& event)
|
||||
|
||||
dc.SetBackgroundMode(wxPENSTYLE_TRANSPARENT);
|
||||
|
||||
const wxSize size {this->GetSize()};
|
||||
const wxSize size = this->GetSize() ;
|
||||
const auto logo_w {this->logo.GetWidth()};
|
||||
const auto logo_h {this->logo.GetHeight()};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user