2
0
Эх сурвалжийг харах

Tabbed bar background image now properly stretches across the entire bar

Marko Pintera 11 жил өмнө
parent
commit
b5260ae364

+ 1 - 1
BansheeEditor/Source/BsGUITabbedTitleBar.cpp

@@ -257,7 +257,7 @@ namespace BansheeEditor
 			mBackgroundImage->_setAreaDepth(areaDepth + 2);
 			mBackgroundImage->_setWidgetDepth(widgetDepth);
 
-			RectI elemClipRect(tabClipRect.x - offset.x, tabClipRect.y - offset.y, tabClipRect.width, tabClipRect.height);
+			RectI elemClipRect(clipRect.x - offset.x, clipRect.y - offset.y, clipRect.width, clipRect.height);
 			mBackgroundImage->_setClipRect(elemClipRect);
 		}
 

+ 1 - 0
Inspector.txt

@@ -20,6 +20,7 @@ Cursor
  IMMEDIATE:
   - Deleting first entry in input field moves the cursor incorrectly
   - Test if parsing int/float value from int/float field actually works
+  - ProfilerOverlay elements are constantly dirty? even though I'm not calling update
 
 Other:
  - Refactor BuiltinMaterialFactory to BuiltinEngineResources