소스 검색

Tabbed bar background image now properly stretches across the entire bar

Marko Pintera 11 년 전
부모
커밋
b5260ae364
2개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      BansheeEditor/Source/BsGUITabbedTitleBar.cpp
  2. 1 0
      Inspector.txt

+ 1 - 1
BansheeEditor/Source/BsGUITabbedTitleBar.cpp

@@ -257,7 +257,7 @@ namespace BansheeEditor
 			mBackgroundImage->_setAreaDepth(areaDepth + 2);
 			mBackgroundImage->_setAreaDepth(areaDepth + 2);
 			mBackgroundImage->_setWidgetDepth(widgetDepth);
 			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);
 			mBackgroundImage->_setClipRect(elemClipRect);
 		}
 		}
 
 

+ 1 - 0
Inspector.txt

@@ -20,6 +20,7 @@ Cursor
  IMMEDIATE:
  IMMEDIATE:
   - Deleting first entry in input field moves the cursor incorrectly
   - Deleting first entry in input field moves the cursor incorrectly
   - Test if parsing int/float value from int/float field actually works
   - 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:
 Other:
  - Refactor BuiltinMaterialFactory to BuiltinEngineResources
  - Refactor BuiltinMaterialFactory to BuiltinEngineResources