Skip to content

Commit

Permalink
#4764: Split TextureBrowser panel and the actual widget drawing the t…
Browse files Browse the repository at this point in the history
…humbnails (WIP)
  • Loading branch information
codereader committed Nov 6, 2022
1 parent 25e7923 commit b0b4a83
Show file tree
Hide file tree
Showing 10 changed files with 227 additions and 151 deletions.
1 change: 1 addition & 0 deletions radiant/CMakeLists.txt
Expand Up @@ -160,6 +160,7 @@ add_executable(darkradiant
ui/statusbar/StatusBarManager.cpp
ui/surfaceinspector/SurfaceInspector.cpp
ui/texturebrowser/MaterialThumbnailBrowser.cpp
ui/texturebrowser/TextureBrowser.cpp
ui/texturebrowser/TextureBrowserManager.cpp
ui/toolbar/ToolbarManager.cpp
ui/transform/TransformPanel.cpp
Expand Down
2 changes: 1 addition & 1 deletion radiant/ui/mediabrowser/TextureDirectoryLoader.h
@@ -1,6 +1,5 @@
#pragma once

#include "ui/imainframe.h"
#include "ishaders.h"

#include "wxutil/ModalProgressDialog.h"
Expand All @@ -9,6 +8,7 @@
#include "i18n.h"
#include "string/predicate.h"
#include "../texturebrowser/TextureBrowser.h"
#include "../texturebrowser/TextureBrowserManager.h"

namespace ui
{
Expand Down

0 comments on commit b0b4a83

Please sign in to comment.