mirror of
https://github.com/RetroDECK/ES-DE.git
synced 2025-01-17 22:55:38 +00:00
Ok, really fix that error for really real.
Probably.
This commit is contained in:
parent
c376b2ad48
commit
e1d75941e0
|
@ -19,6 +19,9 @@
|
|||
// always
|
||||
// * press a -> open full list
|
||||
|
||||
#define CHECKED_PATH ":/checkbox_checked.svg"
|
||||
#define UNCHECKED_PATH ":/checkbox_unchecked.svg"
|
||||
|
||||
template<typename T>
|
||||
class OptionListComponent : public GuiComponent
|
||||
{
|
||||
|
@ -43,9 +46,6 @@ private:
|
|||
auto font = Font::get(FONT_SIZE_MEDIUM);
|
||||
ComponentListRow row;
|
||||
|
||||
const char* CHECKED_PATH = ":/checkbox_checked.svg";
|
||||
const char* UNCHECKED_PATH = ":/checkbox_unchecked.svg";
|
||||
|
||||
// for select all/none
|
||||
std::vector<ImageComponent*> checkboxes;
|
||||
|
||||
|
|
Loading…
Reference in a new issue