Fix inconsistent order of members in header file and initialization

This commit is contained in:
Emil Axelsson
2017-05-17 21:28:20 +02:00
parent 1eee40887d
commit 4fcb92385c

View File

@@ -83,8 +83,8 @@ private:
std::string initialValue;
} _autoCompleteInfo;
float _targetHeight;
float _currentHeight;
float _targetHeight;
float _fullHeight;
std::shared_ptr<ghoul::fontrendering::Font> _font;