* Clicking on constraint-buttons should now result in updates in the 3d-view without needing to move the mouse into the 3d-view first
* Added missing include
This commit is contained in:
@@ -1838,6 +1838,8 @@ void do_constraintbuts(unsigned short event)
|
||||
|
||||
switch(event) {
|
||||
case B_CONSTRAINT_TEST:
|
||||
allqueue(REDRAWVIEW3D, 0);
|
||||
allqueue(REDRAWBUTSOBJECT, 0);
|
||||
break; // no handling
|
||||
case B_CONSTRAINT_INF:
|
||||
/* influence; do not execute actions for 1 dag_flush */
|
||||
|
||||
@@ -113,6 +113,7 @@
|
||||
#include "BIF_meshtools.h"
|
||||
#include "BIF_mywindow.h"
|
||||
#include "BIF_resources.h"
|
||||
#include "BIF_retopo.h"
|
||||
#include "BIF_screen.h"
|
||||
#include "BIF_space.h"
|
||||
#include "BIF_toolbox.h"
|
||||
|
||||
Reference in New Issue
Block a user