mirror of
https://github.com/SerenityOS/serenity.git
synced 2025-01-26 19:32:06 -05:00
HackStudio: Fix "Add new Editor" action
This commit is contained in:
parent
f300b81648
commit
dac7db830a
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Reference in a new issue