mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-15 02:37:51 -06:00
3rd attempt to fix opengl on ubuntu
This commit is contained in:
parent
23d10fdadc
commit
8db4fdc24c
8 changed files with 58 additions and 45 deletions
|
@ -1764,13 +1764,13 @@ bool _3DScene::init(wxGLCanvas* canvas)
|
|||
//{
|
||||
// s_canvas_mgr.set_current(nullptr, false);
|
||||
//}
|
||||
//
|
||||
//void _3DScene::set_active(wxGLCanvas* canvas, bool active)
|
||||
//{
|
||||
// s_canvas_mgr.set_active(canvas, active);
|
||||
//}
|
||||
//#################################################################################################################
|
||||
|
||||
void _3DScene::set_active(wxGLCanvas* canvas, bool active)
|
||||
{
|
||||
s_canvas_mgr.set_active(canvas, active);
|
||||
}
|
||||
|
||||
void _3DScene::set_as_dirty(wxGLCanvas* canvas)
|
||||
{
|
||||
s_canvas_mgr.set_as_dirty(canvas);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue