From 9b6e7fe8dc2de35a9f02f012e6426a6f142dd5be Mon Sep 17 00:00:00 2001 From: David Rose Date: Tue, 12 Feb 2002 01:49:34 +0000 Subject: [PATCH] update to use TextNode::Alignment --- panda/src/pgui/pgItem.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/panda/src/pgui/pgItem.cxx b/panda/src/pgui/pgItem.cxx index d434754742..b41120c016 100644 --- a/panda/src/pgui/pgItem.cxx +++ b/panda/src/pgui/pgItem.cxx @@ -676,7 +676,7 @@ get_text_node() { // The default TextNode is aligned to the left, for the // convenience of PGEntry. - _text_node->set_align(TM_ALIGN_LEFT); + _text_node->set_align(TextNode::A_left); } return _text_node; }