mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Minor whitespace tidying
This commit is contained in:
parent
b6f0b2d0aa
commit
1a46fb3a5f
42 changed files with 106 additions and 106 deletions
|
|
@ -606,10 +606,10 @@ public:
|
|||
std::function<void()> onDragEnd;
|
||||
|
||||
/** You can assign a lambda that will be used to convert textual values to the slider's normalised position. */
|
||||
std::function<double (const String&)> valueFromTextFunction;
|
||||
std::function<double(const String&)> valueFromTextFunction;
|
||||
|
||||
/** You can assign a lambda that will be used to convert the slider's normalised position to a textual value. */
|
||||
std::function<String (double)> textFromValueFunction;
|
||||
std::function<String(double)> textFromValueFunction;
|
||||
|
||||
//==============================================================================
|
||||
/** This lets you choose whether double-clicking or single-clicking with a specified
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue