mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 17:09:01 +08:00
Fixed 'illegal qualified name in member declaration' reported in #7959.
This commit is contained in:
parent
4ed411f211
commit
33fe1c44b4
@ -245,7 +245,7 @@ public:
|
||||
GetBtnsListCtrl()->Rescale();
|
||||
}
|
||||
|
||||
void Notebook::OnNavigationKey(wxNavigationKeyEvent& event)
|
||||
void OnNavigationKey(wxNavigationKeyEvent& event)
|
||||
{
|
||||
if (event.IsWindowChange()) {
|
||||
// change pages
|
||||
|
Loading…
x
Reference in New Issue
Block a user