Cleanup some unecessary editor/ includes in scene/
Part of #29730, handles false positives.
This commit is contained in:
parent
f410e7a8a9
commit
84d969a42a
5 changed files with 17 additions and 11 deletions
|
|
@ -29,10 +29,17 @@
|
|||
/*************************************************************************/
|
||||
|
||||
#include "gradient_edit.h"
|
||||
#include "core/os/keyboard.h"
|
||||
#include "editor/editor_scale.h"
|
||||
|
||||
#include "core/os/keyboard.h"
|
||||
|
||||
#ifdef TOOLS_ENABLED
|
||||
#include "editor/editor_scale.h"
|
||||
#define SPACING (3 * EDSCALE)
|
||||
#define POINT_WIDTH (8 * EDSCALE)
|
||||
#else
|
||||
#define SPACING 3
|
||||
#define POINT_WIDTH 8
|
||||
#endif
|
||||
|
||||
GradientEdit::GradientEdit() {
|
||||
grabbed = -1;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue