mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Split window caption bars so that the caption can be transparent (Fixes #531)
Fix transparent window background not applying to the header bar (Fixes #2294)
This commit is contained in:
parent
60f722b0a9
commit
4921c6ef9e
11 changed files with 112 additions and 66 deletions
|
@ -7,6 +7,7 @@
|
|||
#include "box.hpp"
|
||||
#include "imagebutton.hpp"
|
||||
#include "sharedstatebutton.hpp"
|
||||
#include "windowcaption.hpp"
|
||||
|
||||
namespace Gui
|
||||
{
|
||||
|
@ -22,6 +23,7 @@ namespace Gui
|
|||
MyGUI::FactoryManager::getInstance().registerFactory<Gui::ImageButton>("Widget");
|
||||
MyGUI::FactoryManager::getInstance().registerFactory<Gui::NumericEditBox>("Widget");
|
||||
MyGUI::FactoryManager::getInstance().registerFactory<Gui::SharedStateButton>("Widget");
|
||||
MyGUI::FactoryManager::getInstance().registerFactory<Gui::WindowCaption>("Widget");
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue