Skip to content

Commit

Permalink
always distroy ui fully
Browse files Browse the repository at this point in the history
  • Loading branch information
fxliang committed Jan 10, 2024
1 parent fb80f61 commit fc5c72b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WeaselUI/WeaselUI.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ void UI::Destroy(bool full)
{
pimpl_->panel.DestroyWindow();
}
if(full)
//if(full)
{
delete pimpl_;
pimpl_ = 0;
Expand Down

0 comments on commit fc5c72b

Please sign in to comment.