aesthetic

This commit is contained in:
Andrea Blankenstijn 2021-08-14 16:45:30 +02:00
parent 7fcb8b84a9
commit 2d21c6e320
2 changed files with 1 additions and 2 deletions

View File

@ -14,7 +14,6 @@ using bwidgets::Widget;
class Example final : public Widget
{
private:
void _handle_geometry_change(const SDL_Rect& vp) noexcept override
{
_widget_area = {2, 2, vp.w - 4, vp.h - 4};

View File

@ -2,9 +2,9 @@
#define BWIDGETS_EXCEPTION_HPP
#include <any>
#include <stdexcept>
#include <functional>
#include <map>
#include <stdexcept>
#include <basic_widgets/core/type/concepts.hpp>