Skip to content

Commit bf973e3

Browse files
committed
3rd party PropertyGrid control
Credits to David MacDermot
1 parent 8769011 commit bf973e3

7 files changed

Lines changed: 5048 additions & 11 deletions

File tree

3DRadSpace/3DRadSpace_Editor_WindowsDX11/Frontend/Controls/EventControl.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ void EventControl::HandleClick(HWND clickedWindow)
8585
{
8686
std::thread openFnFinderWindow([this]()
8787
{
88-
AddFunctionDialog dialog(this->window, this->instance);
88+
AddFunctionDialog dialog(this->window, this->instance, nullptr);
8989
auto event = dialog.ShowDialog();
9090

9191
if (event.has_value())

0 commit comments

Comments
 (0)