Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 62176 | Differences between
and this patch

Collapse All | Expand All

(-)src/qt_qt_wrapper.cpp.ori (+11 lines)
Lines 860-865 Link Here
860
{
860
{
861
	if (!gtkQtEnable)
861
	if (!gtkQtEnable)
862
		return;
862
		return;
863
864
	if (orientation == GTK_ORIENTATION_HORIZONTAL)
865
	{
866
		y--;
867
		w--;
868
	}
869
	else
870
	{
871
		x--;
872
		h--;
873
	}
863
	
874
	
864
	if(CachedImage* it = cacheFind(CachedImage::ScrollBarSlider, state, w, h))
875
	if(CachedImage* it = cacheFind(CachedImage::ScrollBarSlider, state, w, h))
865
	{
876
	{

Return to bug 62176