FIX: modify the minimum value of height range(painting).
Change-Id: I8f335b54a793aa9fc8c0f31b45322a1a90ed55f4 (cherry picked from commit c33e0971d2a24ab49dd04c3c571a8a852555e0ad)
This commit is contained in:
parent
217234c8d3
commit
824fea276e
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ protected:
|
|||
static constexpr float CursorRadiusMin = 0.4f; // cannot be zero
|
||||
static constexpr float CursorRadiusMax = 8.f;
|
||||
static constexpr float CursorRadiusStep = 0.2f;
|
||||
static constexpr float CursorHeightMin = 0.2f; // cannot be zero
|
||||
static constexpr float CursorHeightMin = 0.1f; // cannot be zero
|
||||
static constexpr float CursorHeightMax = 8.f;
|
||||
static constexpr float CursorHeightStep = 0.2f;
|
||||
|
||||
|
|
Loading…
Reference in a new issue