Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
jafl committed Feb 7, 2024
1 parent 022dfcb commit 5088d12
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 10 deletions.
6 changes: 5 additions & 1 deletion libjx/testui/testjx.jcc
Expand Up @@ -130,6 +130,10 @@ T
F
"./code/TestSliderDirector.cpp"
T
2 "TestSliderDirector.jxl"
F
"./code/TestSliderDirector.jxl"
T
2 "TestTabDirector.cpp"
F
"./code/TestTabDirector.cpp"
Expand Down Expand Up @@ -316,7 +320,7 @@ T "./" "make jx.test.skip=true -kw" "" TFTTTFF "" "" "" F
F
# build settings
1
F
T
"testjx"
"${LIB_DEPS}"
"make -k all"
Expand Down
14 changes: 6 additions & 8 deletions todo-jxlayout
@@ -1,16 +1,14 @@
open AboutDialog.jxl with toolbar visible - doesn't compensate correctly
but it does work when the window is already open

JXTabGroup

-----

testjx:
partitions
create layout for TestTabDirector

drakon: tab group in main window

jcc: partitions & tab group

-----

JXHorizPartition
# of compartments - drag to resize
JXVertPartition
# of compartments - drag to resize
JXTabGroup
2 changes: 1 addition & 1 deletion tools/jx_layout_editor/code/PartitionPanel.cpp
Expand Up @@ -167,7 +167,7 @@ PartitionPanel::Validate()
JInteger elasticIndex;
if (itsHasElasticIndexCB->IsChecked() &&
itsElasticIndexInput->GetValue(&elasticIndex) &&
elasticIndex > itsTable->GetRowCount())
JSize(elasticIndex) > itsTable->GetRowCount())
{
JGetUserNotification()->ReportError(
JGetString("InvalidElasticIndex::PartitionPanel"));
Expand Down

0 comments on commit 5088d12

Please sign in to comment.