Add null checks for timebase in TimeScaledObject and fix background color assignment in ViewerDisplayWidget

This commit is contained in:
2025-11-24 10:33:38 +08:00
parent 2c4d235da6
commit f317e0e173
3 changed files with 14 additions and 1 deletions
+1
View File
@@ -107,6 +107,7 @@ list(APPEND OLIVE_INCLUDE_DIRS ${OPENEXR_INCLUDES})
list(APPEND OLIVE_LIBRARIES olivecore)
list(APPEND OLIVE_INCLUDE_DIRS ${CMAKE_CURRENT_SOURCE_DIR}/ext/core/include)
# Link Qt
set(QT_LIBRARIES
Core