Kaydet (Commit) 4cdb960a authored tarafından Miklos Vajna's avatar Miklos Vajna

sd: hide 'enable remote control' checkbox when built without bluetooth

Change-Id: I3ee70bdf59abf71228a708f05dba07fd2a873128
üst 214bfee2
......@@ -623,6 +623,9 @@ void SdTpOptionsMisc::SetImpressMode (void)
// Move the printer-independent-metrics check box up two lines to change
// places with spacing-between-paragraphs check box.
lcl_MoveWin (aCbxUsePrinterMetrics, -2*nLineHeight);
#ifndef ENABLE_SDREMOTE_BLUETOOTH
aCbxEnableSdremote.Hide();
#endif
}
void SdTpOptionsMisc::SetDrawMode()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment