mirror of
https://github.com/aseprite/aseprite.git
synced 2025-02-11 09:40:42 +00:00
Remove extra elements in #endif directives
This commit is contained in:
parent
bc3d3e9413
commit
bf03d10b03
@ -374,7 +374,7 @@ public:
|
||||
|
||||
#if WIN32
|
||||
subclass_hwnd((HWND)nativeHandle());
|
||||
#endif WIN32
|
||||
#endif
|
||||
}
|
||||
|
||||
~Alleg4Display() {
|
||||
@ -382,7 +382,7 @@ public:
|
||||
|
||||
#if WIN32
|
||||
unsubclass_hwnd((HWND)nativeHandle());
|
||||
#endif WIN32
|
||||
#endif
|
||||
|
||||
m_surface->dispose();
|
||||
set_gfx_mode(GFX_TEXT, 0, 0, 0, 0);
|
||||
|
@ -973,7 +973,7 @@ bool Widget::paintEvent(Graphics* graphics)
|
||||
// In debug mode we can fill the area with Red so we know if the
|
||||
// we are drawing the parent correctly.
|
||||
graphics->fillRect(ui::rgba(255, 0, 0), getClientBounds());
|
||||
#endif _DEBUG
|
||||
#endif
|
||||
|
||||
this->flags |= JI_HIDDEN;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user