From 22f8550d4508773fdcd97cfd96ce708550eef9d8 Mon Sep 17 00:00:00 2001 From: Dana Jansens Date: Mon, 29 Apr 2002 20:29:10 +0000 Subject: [PATCH] fixed col placement --- src/Workspace.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Workspace.cc b/src/Workspace.cc index ac655d15..38581d5a 100644 --- a/src/Workspace.cc +++ b/src/Workspace.cc @@ -399,13 +399,13 @@ bool rowLRTB(const Rect &first, const Rect &second){ bool colLRTB(const Rect &first, const Rect &second){ if (first.x()==second.x()) return first.y()second.y()+second.h(); - return first.x()