Reorganize Advanced Town Details and add some instant help

It now uses relative positioning as well.

Fix #546
This commit is contained in:
2025-01-27 09:57:51 -05:00
parent 34b9db0aaa
commit 65cf27bc81
4 changed files with 99 additions and 59 deletions

View File

@@ -54,8 +54,8 @@ public:
}
cLed& operator=(cLed& other) = delete;
cLed(cLed& other) = delete;
private:
void defaultClickHandler(cDialog&, std::string, eKeyMod);
private:
void callHandler(event_fcn<EVT_CLICK>::type onClick, cDialog& me, std::string id, eKeyMod mods) override;
bool manageFormat(eFormat prop, bool set, boost::any* val) override;
eLedState state;