[commit] r1273 - trunk/SDK/DecoratorLib
GMESRC Repository Notifications
gme-commit at list.isis.vanderbilt.edu
Wed Apr 20 09:49:22 CDT 2011
Author: ksmyth
Date: Wed Apr 20 09:49:22 2011
New Revision: 1273
Log:
Never show T/S/I icons on ports
Modified:
trunk/SDK/DecoratorLib/PortBitmapPart.cpp
Modified: trunk/SDK/DecoratorLib/PortBitmapPart.cpp
==============================================================================
--- trunk/SDK/DecoratorLib/PortBitmapPart.cpp Mon Apr 18 10:54:58 2011 (r1272)
+++ trunk/SDK/DecoratorLib/PortBitmapPart.cpp Wed Apr 20 09:49:22 2011 (r1273)
@@ -65,6 +65,7 @@
preferences[PREF_TILESDEFAULT] = PreferenceVariant(getFacilities().getTileVector(TILE_PORTDEFAULT));
preferences[PREF_TILESUNDEF] = PreferenceVariant(getFacilities().getTileVector(TILE_PORTDEFAULT));
preferences[PREF_ITEMSHADOWCAST]= PreferenceVariant(false);
+ preferences[PREF_TYPEINFOSHOWN] = PreferenceVariant(false);
TypeableBitmapPart::InitializeEx(pProject, pPart, pFCO, parentWnd, preferences);
}
More information about the gme-commit
mailing list