Blender Git Loki
Git Commits -> Revision f453df5
Revision f453df5 by Julian Eisel (master) January 13, 2015, 02:29 (GMT) |
Fix T43128: Headerless panels are reorderable on Windows Seems like a weird issue, but to sort panels "qsort" is used, which works slightly different on Windows. So all I had to do was cleaning up the logic in find_highest_panel so that headerless panels are sorted, but that it absolutly not allows headerless panels to be above normal panels. I made sure it works fine on Linux as well. |
Commit Details:
Full Hash: f453df5b0382a895edb23753a73b6d9b9cbea6ed
Parent Commit: aca329b
Lines Changed: +7, -3
1 Modified Path:
/source/blender/editors/interface/interface_panel.c (+7, -3) (Diff)