From 1128bbe453e5a04ee98b12929537d9f5ca6c8be5 Mon Sep 17 00:00:00 2001 From: Kiyoshi Kyokai Date: Wed, 23 Feb 2005 07:18:50 +0000 Subject: Fixed problems arising from conflicts with the new Progress Bar changes. --- src/gui/newskill.cpp | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/newskill.cpp b/src/gui/newskill.cpp index 15eb1c07..478f9d57 100644 --- a/src/gui/newskill.cpp +++ b/src/gui/newskill.cpp @@ -72,9 +72,8 @@ NewSkillDialog::NewSkillDialog(): { skillLabel = new gcn::Label[N_SKILL_CAT_SIZE]("Empty "); skillLevel = new gcn::Label[N_SKILL_CAT_SIZE]("00000"); - skillbar = new ProgressBar[N_SKILL_CAT_SIZE](0.0f,0,0,270,0,0,255); + skillbar = new ProgressBar[N_SKILL_CAT_SIZE](0.0f,0,0,270,15,0,0,255); startPoint = 0; - resetNSD(); for(int a=0;a