wmayer patch for Win & OCC7 compat

This commit is contained in:
WandererFan
2016-05-17 21:44:49 -04:00
committed by wmayer
parent 993330a76d
commit 0319adeec7
17 changed files with 59 additions and 59 deletions

View File

@@ -71,7 +71,7 @@ QGIViewPart::QGIViewPart(const QPoint &pos, QGraphicsScene *scene)
Base::Reference<ParameterGrp> hGrp = App::GetApplication().GetUserParameter()
.GetGroup("BaseApp")->GetGroup("Preferences")->GetGroup("Mod/Drawing/Colors");
App::Color fcColor = App::Color((uint32_t) hGrp->GetUnsigned("HiddenColor", 0x08080800));
m_colHid = fcColor.asQColor();
m_colHid = fcColor.asValue<QColor>();
}
QGIViewPart::~QGIViewPart()