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 (+9 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
	}
868
	else
869
	{
870
		x--;
871
	}
863
	
872
	
864
	if(CachedImage* it = cacheFind(CachedImage::ScrollBarSlider, state, w, h))
873
	if(CachedImage* it = cacheFind(CachedImage::ScrollBarSlider, state, w, h))
865
	{
874
	{

Return to bug 62176