reset background on screen resize
This commit is contained in:
parent
deec1d6773
commit
47f5dbb143
1 changed files with 4 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
// FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||||
// DEALINGS IN THE SOFTWARE.
|
// DEALINGS IN THE SOFTWARE.
|
||||||
|
|
||||||
// $Id: Screen.cc,v 1.158 2003/05/12 04:28:46 fluxgen Exp $
|
// $Id: Screen.cc,v 1.159 2003/05/12 04:47:34 fluxgen Exp $
|
||||||
|
|
||||||
|
|
||||||
#include "Screen.hh"
|
#include "Screen.hh"
|
||||||
|
@ -2472,6 +2472,9 @@ void BScreen::updateSize() {
|
||||||
|
|
||||||
// reconfigure anything that depends on root window size
|
// reconfigure anything that depends on root window size
|
||||||
|
|
||||||
|
// reset background
|
||||||
|
m_root_theme->reconfigTheme();
|
||||||
|
|
||||||
if (getToolbar())
|
if (getToolbar())
|
||||||
getToolbar()->reconfigure();
|
getToolbar()->reconfigure();
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue