Skip to content

Commit 764d96d

Browse files
committed
make position port visible
1 parent 1781a15 commit 764d96d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

GBAP/GBAPModel.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ class GBAP
7474
} sinkSize;
7575

7676
halp::xy_spinboxes_f32<"Cursor Size", halp::range{.min = 0., .max = 1., .init = 0.04}> cursorSize;
77-
halp::xy_pad_f32<"Position", halp::range{.min = 0., .max = 1., .init = 0.5}> pos;
77+
halp::xy_spinboxes_f32<"Position", halp::range{.min = 0., .max = 1., .init = 0.5}> pos;
7878

7979
} inputs;
8080

GBAP/GBAPUi.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ struct GBAP::ui
2525
halp::item<&ins::systemNumber> snum;
2626
halp::control<&ins::sinkSize> sinkSize;
2727
halp::control<&ins::cursorSize> cursorSize; //change from item to control
28+
halp::control<&ins::pos> pos;
2829
} controls;
2930

3031
halp::custom_control<mbap::GridWidget, &ins::pos> area;

0 commit comments

Comments
 (0)