mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-20 16:46:23 +00:00
Compatibnility fixes.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3909 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
dd17daeb50
commit
2706fef48d
3 changed files with 106 additions and 85 deletions
|
@ -304,7 +304,7 @@ static Class rulerViewClass = nil;
|
|||
}
|
||||
else
|
||||
{
|
||||
if ([_contentView isFlipped])
|
||||
if (![_contentView isFlipped])
|
||||
{
|
||||
// If view is flipped
|
||||
// reverse the scroll direction
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue