src/buddy.c

changeset 4157
5d3d2f6517ae
parent 4155
7d46ac4f16de
child 4162
7aca7e45e675
--- a/src/buddy.c	Tue Dec 31 02:53:41 2002 +0000
+++ b/src/buddy.c	Tue Dec 31 05:22:56 2002 +0000
@@ -2487,8 +2487,8 @@
 	    y != blist_pos.y ||
 	    event->width != blist_pos.width ||
 	    event->height != blist_pos.height) {
-		blist_pos.x = x > 0 ? x : 0;
-		blist_pos.y = y > 0 ? y : 0;
+		blist_pos.x = x;
+		blist_pos.y = y;
 		blist_pos.width = event->width;
 		blist_pos.height = event->height;
 		save_prefs();

mercurial