mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-11 16:57:53 -06:00
Implemented DnD for objects inside ObjectList
This commit is contained in:
parent
1278aabf3e
commit
570f77cbdc
3 changed files with 63 additions and 23 deletions
|
@ -481,6 +481,7 @@ public:
|
|||
wxDataViewItem ReorganizeChildren( const int cur_volume_id,
|
||||
const int new_volume_id,
|
||||
const wxDataViewItem &parent);
|
||||
wxDataViewItem ReorganizeObjects( int current_id, int new_id);
|
||||
|
||||
virtual bool IsEnabled(const wxDataViewItem &item, unsigned int col) const override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue