mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-21 20:08:40 +03:00
NK-126 - Fixed File Browser Refresh
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Nuake {
|
||||
ImFont* normalFont;
|
||||
ImFont* boldFont;
|
||||
ImFont* EditorInterface::bigIconFont;
|
||||
|
||||
|
||||
EditorInterface::EditorInterface()
|
||||
{
|
||||
filesystem = new FileSystemUI(this);
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
#include <src/Scripting/WrenScript.h>
|
||||
#include <Engine.h>
|
||||
|
||||
#include "src/Scene/Components/WrenScriptComponent.h"
|
||||
|
||||
EditorSelectionPanel::EditorSelectionPanel()
|
||||
{
|
||||
mTransformPanel = TransformPanel();
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
|
||||
namespace Nuake
|
||||
{
|
||||
Ref<Directory> FileSystemUI::m_CurrentDirectory;
|
||||
|
||||
// TODO: add filetree in same panel
|
||||
void FileSystemUI::Draw()
|
||||
|
||||
@@ -10,7 +10,7 @@ namespace Nuake {
|
||||
EditorInterface* Editor;
|
||||
|
||||
public:
|
||||
Ref<Directory> m_CurrentDirectory;
|
||||
static Ref<Directory> m_CurrentDirectory;
|
||||
bool m_hasClickedOnFile;
|
||||
|
||||
FileSystemUI(EditorInterface* editor)
|
||||
|
||||
Reference in New Issue
Block a user