[Scummvm-git-logs] scummvm master -> 43c887f9aef198b5e5f08bbe454ed75a817bdf46
eriktorbjorn
noreply at scummvm.org
Sun Jul 23 15:53:12 UTC 2023
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
43c887f9ae BBVS: Make main menu background transparent
Commit: 43c887f9aef198b5e5f08bbe454ed75a817bdf46
https://github.com/scummvm/scummvm/commit/43c887f9aef198b5e5f08bbe454ed75a817bdf46
Author: Torbjörn Andersson (eriktorbjorn at users.sourceforge.net)
Date: 2023-07-23T17:51:53+02:00
Commit Message:
BBVS: Make main menu background transparent
The buttons still look nothing like their Windows counterparts, but at
least they blend in a bit better this way. I've tried it with several
different themes, and I thought it looked ok.
Changed paths:
engines/bbvs/dialogs.cpp
diff --git a/engines/bbvs/dialogs.cpp b/engines/bbvs/dialogs.cpp
index eeb973e36bd..1137c71eaaa 100644
--- a/engines/bbvs/dialogs.cpp
+++ b/engines/bbvs/dialogs.cpp
@@ -78,6 +78,7 @@ static const MenuButton kMenuButtonsRu[] = {
};
MainMenu::MainMenu(BbvsEngine *vm) : Dialog(0, 0, 1, 1), _vm(vm) {
+ _backgroundType = GUI::ThemeEngine::kDialogBackgroundNone;
init();
}
More information about the Scummvm-git-logs
mailing list