mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-02-23 04:11:44 +00:00
Fix texture browser texture setting
This commit is contained in:
parent
b1ae9d4c15
commit
0982631313
1 changed files with 4 additions and 0 deletions
|
@ -1356,6 +1356,10 @@ void WINAPI Texture_SetTexture( texdef_t *texdef, brushprimit_texdef_t *brushpri
|
|||
g_qeglobals.d_texturewin.brushprimit_texdef = *brushprimit_texdef;
|
||||
}
|
||||
|
||||
if( bSetSelection )
|
||||
{
|
||||
Select_SetTexture( texdef, brushprimit_texdef, bFitScale );
|
||||
}
|
||||
//plugins: send a message telling that the selected texture may have changed
|
||||
DispatchRadiantMsg( RADIANT_TEXTURE );
|
||||
|
||||
|
|
Loading…
Reference in a new issue