mirror of
				https://github.com/OpenMW/openmw.git
				synced 2025-10-31 10:56:38 +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