mirror of
https://github.com/subsurface/subsurface.git
synced 2025-01-31 23:13:25 +00:00
Do not set default bg to white on the models
The user may have a different theme, as i did, and it looked very wrong. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3671c991e8
commit
cc9c24d46a
1 changed files with 0 additions and 2 deletions
|
@ -115,8 +115,6 @@ QVariant CylindersModel::data(const QModelIndex &index, int role) const
|
|||
if ((cyl->start.mbar && !cyl->end.mbar) ||
|
||||
(cyl->end.mbar && cyl->start.mbar <= cyl->end.mbar))
|
||||
ret = REDORANGE1_HIGH_TRANS;
|
||||
else
|
||||
ret = WHITE1;
|
||||
break;
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue