X-Git-Url: http://git.xonotic.org/?p=xonotic%2Fnetradiant.git;a=blobdiff_plain;f=radiant%2Ftexwindow.cpp;h=ba896cce4b4ca784a7cd691ba7573f64561b8e88;hp=74c8c7e651e9871a0c5cd0b0fe12e55cd35fb70a;hb=95f4573dfea77e12c302f9e6d37c810bd4a93ce8;hpb=c39b971caffea529b9e8a39564dcb23e17bc6cf7 diff --git a/radiant/texwindow.cpp b/radiant/texwindow.cpp index 74c8c7e6..ba896cce 100644 --- a/radiant/texwindow.cpp +++ b/radiant/texwindow.cpp @@ -587,12 +587,15 @@ void TextureBrowser_addActiveShadersChangedCallback( const SignalHandler& handle g_activeShadersChangedCallbacks.connectLast( handler ); } +void TextureBrowser_constructTreeStore(); + class ShadersObserver : public ModuleObserver { Signal0 m_realiseCallbacks; public: void realise(){ m_realiseCallbacks(); + TextureBrowser_constructTreeStore(); } void unrealise(){ }