Files
wxWidgets/src
chris2oph b1594725c9 Use QWidget::update() rather than repaint() in wxClientDC
Qt documentation advises to avoid calling repaint() except when an
immediate update is required, i.e. it corresponds to wxWindow::Update().
Use update() instead to avoid many Qt warnings that appeared when
resizing the caret sample window, for example.

Closes https://github.com/wxWidgets/wxWidgets/pull/1178
2019-01-27 04:00:12 +01:00
..
2018-11-17 19:05:12 +01:00
2018-11-17 19:06:32 +01:00
2018-11-17 19:08:40 +01:00