Skip to content
Snippets Groups Projects

Resolves #343 GUI and Frame Refactor

Merged Nicolas Pope requested to merge feature/gui2 into master
2 files
+ 3
1
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -13,6 +13,8 @@ void AddCtrl::init() {
@@ -13,6 +13,8 @@ void AddCtrl::init() {
}
}
void AddCtrl::show() {
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) {
if (!window || screen->childIndex(window) == -1) {
window = new ftl::gui2::AddSourceWindow(screen, this);
window = new ftl::gui2::AddSourceWindow(screen, this);
}
}
Loading