mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 00:25:19 +02:00
Improve password change menu (#5757)
- Fix the GUI getting messed up when resizing - Save the input when resizing
This commit is contained in:
@@ -39,12 +39,17 @@ public:
|
||||
|
||||
void drawMenu();
|
||||
|
||||
bool acceptInput();
|
||||
void acceptInput();
|
||||
|
||||
bool processInput();
|
||||
|
||||
bool OnEvent(const SEvent &event);
|
||||
|
||||
private:
|
||||
Client *m_client;
|
||||
std::wstring m_oldpass;
|
||||
std::wstring m_newpass;
|
||||
std::wstring m_newpass_confirm;
|
||||
};
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user