Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
openSUSE:Evergreen:11.2:Test
beagle
beagle-fix-scale-results.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File beagle-fix-scale-results.patch of Package beagle
Index: beagle-0.3.8/search/Beagle.Search/Category.cs =================================================================== --- beagle-0.3.8.orig/search/Beagle.Search/Category.cs +++ beagle-0.3.8/search/Beagle.Search/Category.cs @@ -152,6 +152,8 @@ namespace Beagle.Search { tiles.Remove ((Tiles.Tile)widget); + tileIndex = Math.Min( Math.Max( tiles.Count - 1, 0), tileIndex); + if (Expanded) ShowTiles (); }
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor