16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 14:49:19 +02:00

make trackswitch window semitransparent

This commit is contained in:
milek7
2020-10-20 18:56:55 +02:00
parent 374479e93c
commit df87b37b5b
3 changed files with 10 additions and 1 deletions

View File

@@ -14,7 +14,7 @@ class popup
popup(ui_panel &panel);
virtual ~popup();
bool render();
virtual bool render();
protected:
ui_panel &m_parent;