Skip to content
Snippets Groups Projects

Resolves #343 GUI and Frame Refactor

Merged Nicolas Pope requested to merge feature/gui2 into master
Compare and Show latest version
15 files
+ 19
16
Compare changes
  • Side-by-side
  • Inline
Files
15
@@ -13,6 +13,8 @@ void AddCtrl::init() {
}
void AddCtrl::show() {
// Note: By chance, the pointer can in fact pass this test as another
// widget gets allocated to the exact same address
if (!window || screen->childIndex(window) == -1) {
window = new ftl::gui2::AddSourceWindow(screen, this);
}
Loading