You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
630 B
Diff
14 lines
630 B
Diff
diff --git a/src/part/radialMap/map.cpp b/src/part/radialMap/map.cpp
|
|
index 72d105d..e564969 100644
|
|
--- a/src/part/radialMap/map.cpp
|
|
+++ b/src/part/radialMap/map.cpp
|
|
@@ -351,7 +351,7 @@ RadialMap::Map::paint( unsigned int scaleFactor )
|
|
//draw arrow head to indicate undisplayed files/directories
|
|
TQPointArray pts( 3 );
|
|
TQPoint pos, cpos = rect.center();
|
|
- int a[3] = { (*it)->start(), (*it)->length(), 0 };
|
|
+ unsigned int a[3] = { (*it)->start(), (*it)->length(), 0 };
|
|
|
|
a[2] = a[0] + (a[1] / 2); //assign to halfway between
|
|
if( a[1] > a_max )
|