mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-14 04:05:52 +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();
|
GetBtnsListCtrl()->Rescale();
|
||||||
}
|
}
|
||||||
|
|
||||||
void Notebook::OnNavigationKey(wxNavigationKeyEvent& event)
|
void OnNavigationKey(wxNavigationKeyEvent& event)
|
||||||
{
|
{
|
||||||
if (event.IsWindowChange()) {
|
if (event.IsWindowChange()) {
|
||||||
// change pages
|
// change pages
|
||||||
|
Loading…
x
Reference in New Issue
Block a user