mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 00:20:49 +00:00
* Source/NSView.m (-_rebuildCoordinates): Check if the flipped
state of the view has changed. Call this method all the times instead of checking _coordinates_valid. This change allows views to dynamically change their flipped state. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@35928 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
df4578bc13
commit
30da16dafc
3 changed files with 23 additions and 20 deletions
|
@ -124,7 +124,7 @@ PACKAGE_SCOPE
|
|||
* Flags for internal use by NSView and it's subclasses.
|
||||
*/
|
||||
struct _rFlagsType {
|
||||
unsigned flipped_view:1; /* Deprecated and unused. */
|
||||
unsigned flipped_view:1; /* Flipped state the last time we checked. */
|
||||
unsigned has_subviews:1; /* The view has subviews. */
|
||||
unsigned has_currects:1; /* The view has cursor rects. */
|
||||
unsigned has_trkrects:1; /* The view has tracking rects. */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue