mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-08 23:46:24 -06: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:
parent
a3fbcf2963
commit
b51b562be8
2 changed files with 61 additions and 35 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue