mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 00:00:43 +00:00
Move the handling of the toolbar from the window to the window
decoration view. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27505 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
74d7fcffd8
commit
7e9036c434
5 changed files with 133 additions and 188 deletions
|
@ -1157,7 +1157,7 @@ static GSValidationCenter *vc = nil;
|
|||
if ([self isVisible])
|
||||
{
|
||||
[_toolbarView _reload];
|
||||
[[_toolbarView window] _adjustToolbarView: _toolbarView];
|
||||
[(id)[[_toolbarView window] _windowView] adjustToolbarView: _toolbarView];
|
||||
}
|
||||
|
||||
if (broadcast)
|
||||
|
@ -1177,7 +1177,7 @@ static GSValidationCenter *vc = nil;
|
|||
if ([self isVisible])
|
||||
{
|
||||
[_toolbarView _reload];
|
||||
[[_toolbarView window] _adjustToolbarView: _toolbarView];
|
||||
[(id)[[_toolbarView window] _windowView] adjustToolbarView: _toolbarView];
|
||||
}
|
||||
|
||||
if (broadcast)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue