mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 12:50:40 +00:00
Add peek event methods to NSApplication.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@2260 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
fe5dc912f5
commit
a72c207c16
4 changed files with 84 additions and 1 deletions
|
@ -260,7 +260,11 @@ NSString *NSControlTextDidChangeNotification = @"NSControlTextDidChangeNotificat
|
|||
|
||||
- (void)setAlignment:(NSTextAlignment)mode
|
||||
{
|
||||
if (cell) [cell setAlignment:mode];
|
||||
if (cell)
|
||||
{
|
||||
[cell setAlignment:mode];
|
||||
[self displayIfNeeded];
|
||||
}
|
||||
}
|
||||
|
||||
- (void)setFont:(NSFont *)fontObject
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue