From cd3968dd209f53fefd3264032a45373656db82da Mon Sep 17 00:00:00 2001 From: Edouard Dupin Date: Thu, 23 Aug 2012 14:12:22 +0200 Subject: [PATCH] codeView error in touche mode specific system --- Sources/appl/Gui/CodeView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/appl/Gui/CodeView.cpp b/Sources/appl/Gui/CodeView.cpp index 188a96c..9df89f7 100644 --- a/Sources/appl/Gui/CodeView.cpp +++ b/Sources/appl/Gui/CodeView.cpp @@ -235,7 +235,7 @@ bool CodeView::OnEventInput(ewol::inputType_te type, int32_t IdInput, ewol::even if (ewol::EVENT_INPUT_TYPE_SINGLE == typeEvent) { #ifdef __MODE__Touch ewol::widgetManager::FocusKeep(this); - BufferManager::Get(m_bufferID)->MouseEvent(m_fontNormal, relativePos.x+m_originScrooled.x, relativePos.y+m_originScrooled.y); + BufferManager::Get(m_bufferID)->MouseEvent(999/*m_fontNormal*/, relativePos.x+m_originScrooled.x, relativePos.y+m_originScrooled.y); MarkToRedraw(); #else // nothing to do ...