presets now work from non-redo popups,
ended up having to add a new pointer into the uiBlock (which I'd rather have avoided), but setting the uiLayoutSetContextPointer(..) was complicated to properly use for submenus and popus.
This commit is contained in:
@@ -507,6 +507,7 @@ if(UNIX AND NOT APPLE)
|
||||
if(NOT BOOST_CUSTOM)
|
||||
set(Boost_USE_MULTITHREADED ON)
|
||||
find_package(Boost 1.34 COMPONENTS filesystem regex system thread)
|
||||
mark_as_advanced(Boost_DIR) # why doesnt boost do this?
|
||||
endif()
|
||||
|
||||
set(BOOST_INCLUDE_DIR ${Boost_INCLUDE_DIRS})
|
||||
|
Reference in New Issue
Block a user