mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-17 02:42:47 -07:00
Linux specific: Fixed ObjectDataViewModel::GetColumnType()
When "string" type was returned, strange editing TextControl was appeared. + Added check of the selection for ObjectList::toggle_printable_state() function
This commit is contained in:
@@ -316,7 +316,7 @@ public:
|
||||
// helper methods to change the model
|
||||
|
||||
unsigned int GetColumnCount() const override { return 3;}
|
||||
wxString GetColumnType(unsigned int col) const override{ return wxT("string"); }
|
||||
wxString GetColumnType(unsigned int col) const override;
|
||||
|
||||
void GetValue( wxVariant &variant,
|
||||
const wxDataViewItem &item,
|
||||
|
||||
Reference in New Issue
Block a user