1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-17 09:04:27 +00:00

Merge remote-tracking branch 'origin/ys_layouts'

This commit is contained in:
YuSanka
2020-05-06 14:44:30 +02:00
10 changed files with 298 additions and 105 deletions
+1 -1
View File
@@ -247,7 +247,7 @@ bool GLToolbar::is_enabled() const
void GLToolbar::set_enabled(bool enable)
{
m_enabled = true;
m_enabled = enable;//true; etFIXME
}
bool GLToolbar::add_item(const GLToolbarItem::Data& data)