From 4aa47b9c529f6152ef23a52d19c67defd246902a Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Mon, 2 Jun 2008 20:04:08 +0000 Subject: [PATCH] Fix back out of jpeg due to new Boxstack code --- vpicture.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/vpicture.cc b/vpicture.cc index 4540f0f..7ad5f43 100644 --- a/vpicture.cc +++ b/vpicture.cc @@ -198,6 +198,7 @@ int VPicture::handleCommand(int command) break; case Remote::BACK: { + destroyBanner(); rt= 4; } break; -- 2.39.2