fixes for dependencies tab (#9594)

* init

* fix indent
This commit is contained in:
yw4z
2025-05-10 17:13:28 +03:00
committed by GitHub
parent 41ff632d28
commit 75dd55fcf6
2 changed files with 27 additions and 13 deletions

View File

@@ -165,6 +165,7 @@ protected:
struct PresetDependencies {
Preset::Type type = Preset::TYPE_INVALID;
::CheckBox* checkbox = nullptr;
wxStaticText* checkbox_title = nullptr;
Button *btn = nullptr;
std::string key_list; // "compatible_printers"
std::string key_condition;