mirror of
https://git.mirrors.martin98.com/https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-14 06:55:57 +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");
|
GLShaderProgram* shader = wxGetApp().get_shader("background");
|
||||||
if (shader != nullptr) {
|
if (shader != nullptr) {
|
||||||
shader->start_using();
|
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);
|
shader->set_uniform("bottom_color", bottom_color);
|
||||||
m_background.render();
|
m_background.render();
|
||||||
shader->stop_using();
|
shader->stop_using();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user