mirror of
https://github.com/edeproject/ede.git
synced 2023-08-10 21:13:03 +03:00
- Beggining of dnd support
- Click on selected item to rename - Fix problems reported by Valgrind
This commit is contained in:
@@ -81,6 +81,7 @@ private:
|
||||
SortType sort_type;
|
||||
bool sort_direction;
|
||||
|
||||
void cleanup_header();
|
||||
void hide_header();
|
||||
void show_header();
|
||||
|
||||
@@ -92,6 +93,7 @@ public:
|
||||
|
||||
~EDE_Browser() {
|
||||
delete[] column_sort_types_;
|
||||
cleanup_header();
|
||||
delete heading;
|
||||
// delete scroll;
|
||||
delete hscrollbar;
|
||||
|
||||
Reference in New Issue
Block a user