diff options
| author | Ben Boeckel <MathStuf@gmail.com> | 2008-07-20 05:57:23 +0000 |
|---|---|---|
| committer | Ben Boeckel <MathStuf@gmail.com> | 2008-07-20 05:57:23 +0000 |
| commit | a44d3c2ebd20e05c7c574cd3a13888fc471067b9 (patch) | |
| tree | ed5b1750e4e074eb1cf01a59913b97d9e9ce2f43 /pokemodr/MoveUI.cpp | |
| parent | ac55d15e484e2357954af3a6a3573c79fbbd88d8 (diff) | |
| download | sigen-a44d3c2ebd20e05c7c574cd3a13888fc471067b9.tar.gz sigen-a44d3c2ebd20e05c7c574cd3a13888fc471067b9.tar.xz sigen-a44d3c2ebd20e05c7c574cd3a13888fc471067b9.zip | |
[ADD] Added pokescripting to the spec file
[FIX] Added status tips and whats this tags to widgets in pokemodr
[FIX] Removed the list sprite for the species
[FIX] No more nidoran group needed (scripts should take care of it)
[FIX] Height no longer broken between feet and inches
[FIX] Fixed a bug in the TeamMember stat generation
[FIX] No more global skins; should be scripted
[FIX] Missed somt COPY() macros
git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@227 6ecfd1a5-f3ed-3746-8530-beee90d26b22
Diffstat (limited to 'pokemodr/MoveUI.cpp')
| -rw-r--r-- | pokemodr/MoveUI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pokemodr/MoveUI.cpp b/pokemodr/MoveUI.cpp index b9ff47af..342173a7 100644 --- a/pokemodr/MoveUI.cpp +++ b/pokemodr/MoveUI.cpp @@ -57,6 +57,7 @@ void Pokemodr::MoveUI::setGui() varDescription->setText(qobject_cast<Pokemod::Move*>(modified())->description()); varBattleScript->setValue(qobject_cast<Pokemod::Move*>(modified())->battleScript()); varWorldScript->setValue(qobject_cast<Pokemod::Move*>(modified())->worldScript()); + boxWorldScript->setEnabled(qobject_cast<Pokemod::Move*>(modified())->overworld()); } void Pokemodr::MoveUI::apply() |
