forked from qt-creator/qt-creator
Use the theme background color for panel line edits
Previously, the image used as background forced it to be white, which made the text impossible to read when the palette foreground color happened to be white as well. Task-number: 258167
This commit is contained in:
@@ -923,11 +923,6 @@ QList<BuildConfigWidget*> Qt4Project::subConfigWidgets()
|
||||
return subWidgets;
|
||||
}
|
||||
|
||||
/// **************************
|
||||
/// Qt4ProjectBuildConfigWidget
|
||||
/// **************************
|
||||
|
||||
|
||||
void Qt4Project::collectApplicationProFiles(QList<Qt4ProFileNode *> &list, Qt4ProFileNode *node)
|
||||
{
|
||||
if (node->projectType() == Internal::ApplicationTemplate
|
||||
|
||||
Reference in New Issue
Block a user