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:
Campbell Barton
2011-11-10 03:44:50 +00:00
parent 08cc1c6bb9
commit 5caf6e9070
6 changed files with 44 additions and 1 deletions

View File

@@ -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})