mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
parent
12f219f695
commit
5ca0bfe716
@ -114,7 +114,7 @@ private:
|
||||
void OnCompleted(DialogResult result) override;
|
||||
UI::SliderFloat *slider_ = nullptr;
|
||||
UI::TextEdit *edit_ = nullptr;
|
||||
std::string units_ = nullptr;
|
||||
std::string units_;
|
||||
float sliderValue_ = 0.0f;
|
||||
float originalValue_ = 0.0f;
|
||||
float *value_;
|
||||
@ -361,7 +361,7 @@ private:
|
||||
std::string placeHolder_;
|
||||
std::string defaultText_;
|
||||
int maxLen_;
|
||||
bool restoreFocus_;
|
||||
bool restoreFocus_ = false;
|
||||
};
|
||||
|
||||
class ChoiceWithValueDisplay : public AbstractChoiceWithValueDisplay {
|
||||
|
Loading…
Reference in New Issue
Block a user