select the good buffer when opening a new file

This commit is contained in:
2012-05-10 17:48:23 +02:00
parent f390a594a3
commit 65b0fc5b19
2 changed files with 13 additions and 1 deletions

View File

@@ -71,6 +71,7 @@ class BufferView : public ewol::List
virtual bool GetElement(int32_t colomn, int32_t raw, etk::UString &myTextToWrite, color_ts &fg, color_ts &bg);
virtual bool OnItemEvent(int32_t IdInput, ewol::eventInputType_te typeEvent, int32_t colomn, int32_t raw, etkFloat_t x, etkFloat_t y);
private:
int32_t m_selectedIdRequested;
int32_t m_selectedID;
};