1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 16:49:54 +00:00

broke something in the last commit.

This commit is contained in:
scrawl 2012-08-27 20:55:39 +02:00
parent 4f19b7fb9b
commit 5c28a67203

View file

@ -67,6 +67,8 @@ namespace MWGui
MyGUI::Button* button; MyGUI::Button* button;
getWidget(button, "QuickKey" + boost::lexical_cast<std::string>(i+1)); getWidget(button, "QuickKey" + boost::lexical_cast<std::string>(i+1));
button->eventMouseButtonClick += MyGUI::newDelegate(this, &QuickKeysMenu::onQuickKeyButtonClicked);
unassign(button, i); unassign(button, i);
mQuickKeyButtons.push_back(button); mQuickKeyButtons.push_back(button);