We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4c2d16 commit 8ff668aCopy full SHA for 8ff668a
src/gui/canvas/VulkanCanvas.cpp
@@ -5,7 +5,7 @@
5
#include <wx/msgdlg.h>
6
7
VulkanCanvas::VulkanCanvas(wxWindow* parent, const wxSize& size, bool is_main_window)
8
- : IRenderCanvas(is_main_window), wxWindow(parent, wxID_ANY, wxDefaultPosition, size, wxFULL_REPAINT_ON_RESIZE | wxWANTS_CHARS)
+ : IRenderCanvas(is_main_window), wxWindow(parent, wxID_ANY, wxDefaultPosition, size, wxNO_FULL_REPAINT_ON_RESIZE | wxWANTS_CHARS)
9
{
10
Bind(wxEVT_PAINT, &VulkanCanvas::OnPaint, this);
11
Bind(wxEVT_SIZE, &VulkanCanvas::OnResize, this);
0 commit comments