MCPcopy Create free account
hub / github.com/Theverat/NormalmapGenerator / resetUiColors

Method resetUiColors

src_gui/mainwindow.cpp:1194–1199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1192}
1193
1194void MainWindow::resetUiColors() {
1195 uiColorMain = uiColorMainDefault;
1196 uiColorText = uiColorTextDefault;
1197 uiColorGraphicsView = uiColorGraphicsViewDefault;
1198 setUiColors();
1199}
1200
1201

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected