1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-15 08:44:26 +00:00

ENABLE_3DCONNEXION_DEVICES tech set as default

This commit is contained in:
Enrico Turri
2019-10-11 15:51:36 +02:00
parent 1c05d88c00
commit e6403a74ef
14 changed files with 1 additions and 129 deletions
-2
View File
@@ -529,10 +529,8 @@ void ImGuiWrapper::init_style()
set_color(ImGuiCol_SliderGrab, COL_ORANGE_DARK);
set_color(ImGuiCol_SliderGrabActive, COL_ORANGE_LIGHT);
#if ENABLE_3DCONNEXION_DEVICES
// Separator
set_color(ImGuiCol_Separator, COL_ORANGE_LIGHT);
#endif // ENABLE_3DCONNEXION_DEVICES
}
void ImGuiWrapper::render_draw_data(ImDrawData *draw_data)