mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
parent
e418cfcf11
commit
f5aae81465
@ -64,6 +64,11 @@ class GVAR(TheDialog) {
|
||||
#define PROFILE_W (profilenamespace getvariable ['IGUI_GRID_GPS_W', 1])
|
||||
#define PROFILE_H ((16/9) * (profilenamespace getvariable ['IGUI_GRID_GPS_W', 1]))
|
||||
|
||||
//Need undef's for pboProject
|
||||
#undef X_PART
|
||||
#undef Y_PART
|
||||
#undef W_PART
|
||||
#undef H_PART
|
||||
#define X_PART(num) QUOTE((num) / 25 * PROFILE_W + PROFILE_X)
|
||||
#define Y_PART(num) QUOTE((num) / 25 * PROFILE_H + PROFILE_Y)
|
||||
#define W_PART(num) QUOTE((num) / 25 * PROFILE_W)
|
||||
|
Loading…
Reference in New Issue
Block a user