Tab Bar is now scrollable.

Some minor bug fixes.
This commit is contained in:
Martín Lucas Golini
2020-10-17 22:54:38 -03:00
parent a33b233359
commit 544ea80828
12 changed files with 220 additions and 84 deletions

View File

@@ -269,7 +269,7 @@ class App : public UICodeEditorSplitter::Client {
void onColorSchemeChanged( const std::string& );
void onDocumentLoaded( UICodeEditor* codeEditor, const std::string& path );
void onDocumentLoaded( UICodeEditor* editor, const std::string& path );
const CodeEditorConfig& getCodeEditorConfig() const;