Some minor fixes in UICodeEditorSplitter and UIAbstractTableView.

This commit is contained in:
Martín Lucas Golini
2020-07-27 01:37:28 -03:00
parent 98ef562440
commit 898980c545
5 changed files with 36 additions and 15 deletions

View File

@@ -295,6 +295,8 @@ class App : public UICodeEditorSplitter::Client {
void updateDocInfo( TextDocument& doc );
void setFocusEditorOnClose( UIMessageBox* msgBox );
void updateLocateBar();
};
#endif // EE_TOOLS_CODEEDITOR_HPP