Merge branch 'fix-grid-resizing'
Fix bugs in wxGrid mouse handling and simplify the code. See https://github.com/wxWidgets/wxWidgets/pull/2018
This commit is contained in:
@@ -3003,7 +3003,6 @@ private:
|
||||
void DoGridProcessTab(wxKeyboardState& kbdState);
|
||||
|
||||
// common implementations of methods defined for both rows and columns
|
||||
bool DoEndDragResizeLine(const wxGridOperations& oper, wxGridWindow *gridWindow);
|
||||
int PosToLinePos(int pos, bool clipToMinMax,
|
||||
const wxGridOperations& oper,
|
||||
wxGridWindow *gridWindow) const;
|
||||
|
Reference in New Issue
Block a user