Skip to content

Commit

Permalink
#5176: To let newly created brushes use the last remembered shader, p…
Browse files Browse the repository at this point in the history
…re-select the stored material in the Media Browsers
  • Loading branch information
codereader committed Apr 24, 2020
1 parent 92b8276 commit fe0ce19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radiant/selection/shaderclipboard/ShaderClipboard.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@ void ShaderClipboard::onMapEvent(IMap::MapEvent ev)
if (!shader.empty())
{
setSource(shader);
updateMediaBrowsers();
break;
}
}
Expand Down

0 comments on commit fe0ce19

Please sign in to comment.