mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-23 06:51:44 +00:00
Fix size issue with flow view
This commit is contained in:
parent
3b44aa3608
commit
bfa088fd0e
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@
|
|||
// Build attrs object...
|
||||
[attrs setFrame: f];
|
||||
[attrs setZIndex: 0];
|
||||
[attrs setSize: sz];
|
||||
[attrs setSize: f.size];
|
||||
[attrs setHidden: NO];
|
||||
[attrs setAlpha: 1.0];
|
||||
|
||||
|
|
Loading…
Reference in a new issue