CalculateHintRect return empty wxRect when the pane has no border. Thus the hint window will not be displayed.
I use wxMSW-2.8.0's wxAUI version.
here's my code:
- Code: Select all
auiManager.AddPane(statusBar, wxAuiPaneInfo().Name(L"StatusBar").Bottom().ToolbarPane()
.Dockable(false).Gripper(false).BestSize(2000, 28).PaneBorder(false));