mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 02:20:48 +00:00
Mouse handling fixes
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@3973 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
83c6d5f18b
commit
74806c946d
6 changed files with 148 additions and 106 deletions
|
@ -40,6 +40,7 @@
|
|||
#include <AppKit/NSScrollView.h>
|
||||
#include <AppKit/NSMatrix.h>
|
||||
#include <AppKit/NSTextFieldCell.h>
|
||||
#include <AppKit/PSOperators.h>
|
||||
|
||||
#define COLUMN_SEP 6
|
||||
|
||||
|
@ -1296,6 +1297,7 @@
|
|||
{
|
||||
int i;
|
||||
|
||||
NSRectClip(rect);
|
||||
// Load the first column if not already done
|
||||
if (!_isLoaded)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue