MCPcopy Create free account
hub / github.com/CE-Programming/CEmu / setDebugDisasmBoldSymbols

Method setDebugDisasmBoldSymbols

gui/qt/settings.cpp:297–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297void MainWindow::setDebugDisasmBoldSymbols(bool state) {
298 ui->checkDisasmBoldSymbols->setChecked(state);
299 m_config->setValue(SETTING_DEBUGGER_BOLD_SYMBOLS, state);
300 disasm.bold_sym = state;
301 if (guiDebug) {
302 disasmUpdate();
303 }
304}
305
306void MainWindow::setDockGroupDrag(bool state) {
307 ui->checkAllowGroupDrag->setChecked(state);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected