parent
6bd1c92c24
commit
3ec45acc43
|
@ -230,7 +230,7 @@ QString CodeEditorStyle::generateStyleString() const
|
||||||
if (isSystemTheme())
|
if (isSystemTheme())
|
||||||
return QString();
|
return QString();
|
||||||
return QString("background:%1; color:%2; selection-background-color:%3;")
|
return QString("background:%1; color:%2; selection-background-color:%3;")
|
||||||
.arg(rgbStyleString(widgetBGColor))
|
.arg(rgbStyleString(widgetBGColor))
|
||||||
.arg(rgbStyleString(widgetFGColor))
|
.arg(rgbStyleString(widgetFGColor))
|
||||||
.arg(rgbStyleString(highlightBGColor));
|
.arg(rgbStyleString(highlightBGColor));
|
||||||
}
|
}
|
||||||
|
|
|
@ -1081,8 +1081,7 @@ bool ImportProject::importCppcheckGuiProject(std::istream &istr, Settings *setti
|
||||||
else
|
else
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
} else
|
||||||
else
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
settings->basePaths = temp.basePaths;
|
settings->basePaths = temp.basePaths;
|
||||||
|
|
Loading…
Reference in New Issue