Changing tabs should also activate our focus scope

Fixes #70
This commit is contained in:
Sergio Martins
2020-09-09 21:03:00 +01:00
parent f090a51485
commit 4bdfc35c8c
4 changed files with 44 additions and 0 deletions

View File

@@ -173,6 +173,7 @@ public:
protected:
void onTabInserted();
void onTabRemoved();
void onCurrentTabChanged(int index);
private:
Frame *const m_frame;