Improve GPU checks
This commit is contained in:
@@ -609,6 +609,7 @@ public:
|
||||
int _defaultVal;
|
||||
int _indexOffset;
|
||||
std::vector<LPCWSTR> _valueStrings;
|
||||
System::IntPtr labelHandle;
|
||||
|
||||
DropdownOption(LPCWSTR iniVarName, LPCWSTR iniSectionName, LPCWSTR iniFilePath, LPCWSTR friendlyName, LPCWSTR description, int defaultVal, std::vector<LPCWSTR> valueStrings, int indexOffset=0)
|
||||
{
|
||||
@@ -628,6 +629,7 @@ public:
|
||||
ComboBox^ combobox = gcnew ComboBox();
|
||||
|
||||
label->Text = gcnew String(_friendlyName);
|
||||
labelHandle = label->Handle;
|
||||
label->Left = left;
|
||||
label->Top = top + 3;
|
||||
label->Width = Col1Width;
|
||||
|
||||
Reference in New Issue
Block a user