mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Revert "Fix Compile Warnings (#5963)"
This reverts commit b83e16dbdd.
Found regressions like auto orientation didn't work anymore after this change, revert it
This commit is contained in:
@@ -112,7 +112,7 @@ void Fan::render(wxDC& dc)
|
||||
|
||||
void Fan::doRender(wxDC& dc)
|
||||
{
|
||||
// auto rpm = wxT("rpm");
|
||||
auto rpm = wxT("rpm");
|
||||
|
||||
wxSize size = GetSize();
|
||||
dc.DrawBitmap(m_bitmap_bk.bmp(), wxPoint(0,0));
|
||||
|
||||
Reference in New Issue
Block a user