mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-01-28 02:50:35 +05:00
Reencode files to utf-8
Remove warning
This commit is contained in:
parent
5b6f44bd62
commit
3e9499442b
File diff suppressed because it is too large
Load Diff
@ -1923,7 +1923,6 @@ void GeometryGUI::restoreVisualParameters (int savePoint)
|
|||||||
|
|
||||||
appStudy->setObjectPropMap(index, entry, aListOfMap[index]);
|
appStudy->setObjectPropMap(index, entry, aListOfMap[index]);
|
||||||
|
|
||||||
QColor c = aListOfMap[index].value(COLOR_PROP).value<QColor>();
|
|
||||||
//Get Visibility property of the current PropMap
|
//Get Visibility property of the current PropMap
|
||||||
if (aListOfMap[index].value(VISIBILITY_PROP) == 1) {
|
if (aListOfMap[index].value(VISIBILITY_PROP) == 1) {
|
||||||
SUIT_ViewManager* vman = lst.at(index);
|
SUIT_ViewManager* vman = lst.at(index);
|
||||||
|
Loading…
Reference in New Issue
Block a user