From 3e72425d8566687631cb7b7fc1b299efd8a4877e Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Thu, 15 May 2008 03:12:36 +0000 Subject: [FIX] Added the MapTrainer code (forgot to commit) [FIX] Signal and slots in the main window class git-svn-id: https://pokegen.svn.sourceforge.net/svnroot/pokegen/trunk@131 6ecfd1a5-f3ed-3746-8530-beee90d26b22 --- pokemodr/MapWarpUI.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pokemodr/MapWarpUI.cpp') diff --git a/pokemodr/MapWarpUI.cpp b/pokemodr/MapWarpUI.cpp index b95f1a4f..a0f498c7 100644 --- a/pokemodr/MapWarpUI.cpp +++ b/pokemodr/MapWarpUI.cpp @@ -192,5 +192,5 @@ void MapWarpUI::on_varState_toggled(const bool status) void MapWarpUI::on_varDialog_currentIndexChanged(const int dialog) { - static_cast(modified())->setDialog(dialog); + static_cast(modified())->setDialog(varDialog->itemData(dialog).toInt()); } -- cgit