mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
art/BlueBar: Fixed to compile
This commit is contained in:
parent
2c0a2dd8f3
commit
e56dbb3798
1 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ namespace Upp {
|
|||
void InstallBlueToolBar()
|
||||
{
|
||||
ToolBar::Style& s = ToolBar::StyleDefault().Write();
|
||||
s = s.Standard();
|
||||
s = ToolBar::StyleDefault();
|
||||
s.buttonstyle.look[CTRL_NORMAL] = Null;
|
||||
s.buttonstyle.look[CTRL_HOT] = BlueImg::BH();
|
||||
s.buttonstyle.look[CTRL_PRESSED] = BlueImg::BP();
|
||||
|
|
@ -29,7 +29,7 @@ void InstallBlueToolBar()
|
|||
void InstallBlueMenuBar()
|
||||
{
|
||||
MenuBar::Style& s = MenuBar::StyleDefault().Write();
|
||||
s = s.Standard();
|
||||
s = MenuBar::StyleDefault();
|
||||
s.arealook = Null;
|
||||
s.look = BlueImg::LK();
|
||||
s.topitem[1] = s.item = BlueImg::BH();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue