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:
parent
4f19b7fb9b
commit
5c28a67203
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue