mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-17 02:22:17 +00:00
FIX:refine objecttable
1.fix multi-line text are cut off 2.romove resize of object_table 3.fix object_table_setting without scrollbar 4.improve UI of filament column Change-Id: I5eb989e86545c411013e31f31580a1e0a71472e2
This commit is contained in:
@@ -61,6 +61,7 @@ public:
|
||||
~GridCellTextEditor();
|
||||
|
||||
virtual void Create(wxWindow *parent, wxWindowID id, wxEvtHandler *evtHandler) wxOVERRIDE;
|
||||
void StartingKey(wxKeyEvent &event) wxOVERRIDE;
|
||||
virtual void SetSize(const wxRect &rect) wxOVERRIDE;
|
||||
virtual void BeginEdit(int row, int col, wxGrid *grid) wxOVERRIDE;
|
||||
virtual bool EndEdit(int row, int col, const wxGrid *grid, const wxString &oldval, wxString *newval) wxOVERRIDE;
|
||||
|
||||
Reference in New Issue
Block a user