mirror of
https://github.com/MaSzyna-EU07/maszyna.git
synced 2026-07-21 12:29:18 +02:00
move vehicle param window to vehicle list, add radiostop button
This commit is contained in:
@@ -253,9 +253,9 @@ itemproperties_panel::render() {
|
||||
}
|
||||
auto const panelname { (
|
||||
title.empty() ?
|
||||
name :
|
||||
m_name :
|
||||
title )
|
||||
+ "###" + name };
|
||||
+ "###" + m_name };
|
||||
if( true == ImGui::Begin( panelname.c_str(), nullptr, flags ) ) {
|
||||
// header section
|
||||
for( auto const &line : text_lines ) {
|
||||
|
||||
Reference in New Issue
Block a user