Removed annoying prints
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@4255 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
d58d42b27d
commit
157d316fa5
@ -403,7 +403,7 @@ EventPropagation DynamicRibbonWidget::transmitEvent(Widget* w, std::string& orig
|
|||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
EventPropagation DynamicRibbonWidget::mouseHovered(Widget* child, const int playerID)
|
EventPropagation DynamicRibbonWidget::mouseHovered(Widget* child, const int playerID)
|
||||||
{
|
{
|
||||||
std::cout << "DynamicRibbonWidget::mouseHovered " << playerID << std::endl;
|
//std::cout << "DynamicRibbonWidget::mouseHovered " << playerID << std::endl;
|
||||||
|
|
||||||
updateLabel();
|
updateLabel();
|
||||||
propagateSelection();
|
propagateSelection();
|
||||||
|
@ -327,7 +327,7 @@ EventPropagation RibbonWidget::mouseHovered(Widget* child, const int mousePlayer
|
|||||||
|
|
||||||
if (m_ribbon_type == RIBBON_COMBO)
|
if (m_ribbon_type == RIBBON_COMBO)
|
||||||
{
|
{
|
||||||
std::cout << "SETTING m_mouse_focus\n";
|
//std::cout << "SETTING m_mouse_focus\n";
|
||||||
m_mouse_focus = child;
|
m_mouse_focus = child;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user