Your ROOT_URL in app.ini is https://source.parasitstudio.de:63000/ but you are visiting https://source.parasitstudio.de/wirtz/AutoConnect/commit/cb58c29de45408f913f26e858f171a1840a6552f?style=unified&whitespace=ignore-all You should set ROOT_URL correctly, otherwise the web may not work correctly.

Adds value member function to AutoConnectRadio

pull/41/head
Hieromon Ikasamo 7 years ago
parent 650ab5924c
commit cb58c29de4
  1. 1
      src/AutoConnectElementBasis.h

@ -131,6 +131,7 @@ class AutoConnectRadioBasis : virtual public AutoConnectElementBasis {
const String& at(const std::size_t n) const { return _values.at(n); }
void check(const String& value);
void empty(const size_t reserve = 0);
const String& value(void) { return checked ? _values.at(checked - 1) : String(""); }
String label; /**< A label for a subsequent radio buttons */
ACArrange_t order; /**< layout order */

Loading…
Cancel
Save