HackStudio: Fix "Add new Editor" action

This commit is contained in:
Itamar 2020-09-12 14:32:51 +03:00 committed by Andreas Kling
commit dac7db830a
Notes: sideshowbarker 2024-07-19 02:37:35 +09:00

View file

@ -48,6 +48,7 @@ namespace HackStudio {
Editor::Editor()
{
set_document(CodeDocument::create());
m_documentation_tooltip_window = GUI::Window::construct();
m_documentation_tooltip_window->set_rect(0, 0, 500, 400);
m_documentation_tooltip_window->set_window_type(GUI::WindowType::Tooltip);