Added shortcut to open resource in component widgets

This commit is contained in:
antopilo
2024-11-21 22:14:14 -05:00
parent 4ab59bf7e8
commit 84b2b63ba9
7 changed files with 45 additions and 19 deletions

View File

@@ -123,7 +123,8 @@ namespace Nuake {
_NewProjectWindow = new NewProjectWindow(this);
_audioWindow = new AudioWindow();
m_ProjectSettingsWindow = new ProjectSettingsWindow();
SelectionPanel = new EditorSelectionPanel(this->Selection);
Logger::Log("Building fonts", "window", VERBOSE);
BuildFonts();
@@ -2623,7 +2624,7 @@ namespace Nuake {
//pInterface.DrawEntitySettings();
DrawViewport();
DrawSceneTree();
SelectionPanel.Draw(Selection);
SelectionPanel->Draw(Selection);
DrawLogger();
filesystem->Draw();
filesystem->DrawDirectoryExplorer();