mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 05:55:58 +08:00
Fix canvas background in dark mode
This commit is contained in:
parent
e57f68a266
commit
483475ff48
@ -6820,7 +6820,7 @@ void GLCanvas3D::_render_background()
|
||||
GLShaderProgram* shader = wxGetApp().get_shader("background");
|
||||
if (shader != nullptr) {
|
||||
shader->start_using();
|
||||
shader->set_uniform("top_color", use_error_color ? ERROR_BG_LIGHT_COLOR : DEFAULT_BG_LIGHT_COLOR);
|
||||
shader->set_uniform("top_color", bottom_color);
|
||||
shader->set_uniform("bottom_color", bottom_color);
|
||||
m_background.render();
|
||||
shader->stop_using();
|
||||
|
Loading…
x
Reference in New Issue
Block a user