Skip to content

Commit

Permalink
- fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-hart committed Oct 8, 2024
1 parent c4a0ab8 commit f63458c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion currentGitHash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c687c7c2afc089f0019e59ac072036fbe2750c37
c4a0ab8d64a4babe680b348860e0b658b7c1cf60
2 changes: 1 addition & 1 deletion hi_backend/backend/currentGit.h
Original file line number Diff line number Diff line change
@@ -1 +1 @@
#define PREVIOUS_HISE_COMMIT "c687c7c2afc089f0019e59ac072036fbe2750c37"
#define PREVIOUS_HISE_COMMIT "c4a0ab8d64a4babe680b348860e0b658b7c1cf60"
2 changes: 1 addition & 1 deletion hi_scripting/scripting/scriptnode/ui/ParameterSlider.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1043,7 +1043,7 @@ void ParameterSlider::updateRange(Identifier, var)
{
auto dv = pTree[PropertyIds::DefaultValue];

if(!(getRange().contains(dv) || getRange().getEnd() == dv))
if(!(getRange().contains((double)dv) || getRange().getEnd() == (double)dv))
setDoubleClickReturnValue(false, getRange().getStart());
}

Expand Down

0 comments on commit f63458c

Please sign in to comment.