mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 22:59:19 +02:00
build 190514. partial usage of utf8 in the ui, timetable panel appeaance improvements
This commit is contained in:
@@ -50,12 +50,14 @@ public:
|
||||
: ui_panel( Name, Isopen ) {}
|
||||
|
||||
void update() override;
|
||||
void render() override;
|
||||
|
||||
bool is_expanded{ false };
|
||||
|
||||
private:
|
||||
// members
|
||||
// members
|
||||
std::array<char, 256> m_buffer;
|
||||
std::vector<text_line> m_tablelines;
|
||||
};
|
||||
|
||||
class debug_panel : public ui_panel {
|
||||
|
||||
Reference in New Issue
Block a user