mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
.desktop files are read by DesktopFile
Added selection box, but needs more work with redrawing DND mess; still not work as expected
This commit is contained in:
@ -189,6 +189,7 @@ void DesktopIcon::fast_redraw(void) {
|
||||
|
||||
// LABEL_OFFSET + 2 include selection box line height too
|
||||
parent()->damage(FL_DAMAGE_ALL, x(), y(), w(), h() + lheight + LABEL_OFFSET + 2);
|
||||
//parent()->damage(FL_DAMAGE_CHILD, x(), y(), w(), h() + lheight + LABEL_OFFSET + 2);
|
||||
}
|
||||
|
||||
void DesktopIcon::draw(void) {
|
||||
|
Reference in New Issue
Block a user