mirror of
https://github.com/RGBCube/serenity
synced 2025-07-07 20:17:34 +00: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
Add a link
Reference in a new issue